Html Css Color HEX #EDD318 Broom

📋 copy color: '#EDD318'

red 237 ◦ green 211 ◦ blue 24

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

Shades of Broom #EDD318

Tints of Broom #EDD318

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 50.21%
G = 44.7%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDD318 (or 0xEDD318) is known color: Broom. HEX triplet: ED, D3 and 18. RGB value is (237,211,24). Sum of RGB (Red+Green+Blue) = 237+211+24=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD318 is #122CE7. Grayscale: #C6C6C6. Windows color (decimal): -1191144 or 1627117. OLE color: 1627117.

HSL color Cylindrical-coordinate representation of color #EDD318: hue angle of 52.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDD318 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 24 -
CMYK 0 0.11 0.90 0.07
HSL 52.68º 0.86% 0.51% -
HSV(B) 52.68º 0.9% 0.93% -
XYZ 58.38 64.66 10.27 -
YUV 197.46 30.11 156.21 -
System Red Green Blue C M Y K H S L
Decimal 237 211 24 0 0.11 0.90 0.07 52.68 0.86 0.51
Hex ED D3 18 0 B 5A 7 35 56 33
Octal 355 323 30 0 13 132 7 65 126 63
Binary 11101101 11010011 11000 0 1011 1011010 111 110101 1010110 110011

Color Harmonies of #EDD318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD318

Black with #EDD318

Text Example


Text Example

White with #EDD318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD318; }

 p { color: rgb(237,211,24); }

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

background-color css

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

 a { background-color: rgb(237,211,24); }

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

border-color css

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

 span { border-color: rgb(237,211,24); }

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