Html Css Color HEX #EDD51F Broom

📋 copy color: '#EDD51F'

red 237 ◦ green 213 ◦ blue 31

#EDD51F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EDD51F

Tints of Broom #EDD51F

RGB

 RED value IS 237 (92.97% from 255) = 49.27%

 GREEN value IS 213 (83.59% from 255) = 44.28%

 BLUE value IS 31 (12.5% from 255) = 6.44%

R = 49.27%
G = 44.28%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDD51F (or 0xEDD51F) is known color: Broom. HEX triplet: ED, D5 and 1F. RGB value is (237,213,31). Sum of RGB (Red+Green+Blue) = 237+213+31=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD51F is #122AE0. Grayscale: #C8C8C8. Windows color (decimal): -1190625 or 2086381. OLE color: 2086381.

HSL color Cylindrical-coordinate representation of color #EDD51F: hue angle of 53.01º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDD51F is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 31 -
CMYK 0 0.10 0.87 0.07
HSL 53.01º 0.85% 0.53% -
HSV(B) 53.01º 0.87% 0.93% -
XYZ 58.97 65.69 10.87 -
YUV 199.43 32.95 154.8 -
System Red Green Blue C M Y K H S L
Decimal 237 213 31 0 0.10 0.87 0.07 53.01 0.85 0.53
Hex ED D5 1F 0 A 57 7 35 55 35
Octal 355 325 37 0 12 127 7 65 125 65
Binary 11101101 11010101 11111 0 1010 1010111 111 110101 1010101 110101

Color Harmonies of #EDD51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD51F

Black with #EDD51F

Text Example


Text Example

White with #EDD51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD51F; }

 p { color: rgb(237,213,31); }

 H1.HeaderClassName
 {
   color: #EDD51F;
 }
 .AnyTagClassName
 {
   color: #EDD51F;
 }
</style>

background-color css

<style>
 a { background-color: #EDD51F; }

 a { background-color: rgb(237,213,31); }

 div.DivClassName
 {
   background-color: #EDD51F;
 }
 .BgClassName
 {
   background-color: #EDD51F;
 }
</style>

border-color css

<style>
 span { border-color: #EDD51F; }

 span { border-color: rgb(237,213,31); }

 td.TdClassName
 {
   border-color: #EDD51F;
 }
 .TagClassName
 {
   border-color: #EDD51F;
 }
</style>