Html Css Color HEX #EDD312 Broom

📋 copy color: '#EDD312'

red 237 ◦ green 211 ◦ blue 18

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

Shades of Broom #EDD312

Tints of Broom #EDD312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 50.86%
G = 45.28%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD312 (or 0xEDD312) is known color: Broom. HEX triplet: ED, D3 and 12. RGB value is (237,211,18). Sum of RGB (Red+Green+Blue) = 237+211+18=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD312 is #122CED. Grayscale: #C5C5C5. Windows color (decimal): -1191150 or 1233901. OLE color: 1233901.

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

Color convert

RGB 237 211 18 -
CMYK 0 0.11 0.92 0.07
HSL 52.88º 0.86% 0.5% -
HSV(B) 52.88º 0.92% 0.93% -
XYZ 58.33 64.64 9.97 -
YUV 196.77 27.11 156.69 -
System Red Green Blue C M Y K H S L
Decimal 237 211 18 0 0.11 0.92 0.07 52.88 0.86 0.5
Hex ED D3 12 0 B 5C 7 35 56 32
Octal 355 323 22 0 13 134 7 65 126 62
Binary 11101101 11010011 10010 0 1011 1011100 111 110101 1010110 110010

Color Harmonies of #EDD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD312

Black with #EDD312

Text Example


Text Example

White with #EDD312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD312; }

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

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

background-color css

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

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

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

border-color css

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

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

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