Html Css Color HEX #EED612 Broom

📋 copy color: '#EED612'

red 238 ◦ green 214 ◦ blue 18

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

Shades of Broom #EED612

Tints of Broom #EED612

RGB

 RED value IS 238 (93.36% from 255) = 50.64%

 GREEN value IS 214 (83.98% from 255) = 45.53%

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

R = 50.64%
G = 45.53%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EED612 (or 0xEED612) is known color: Broom. HEX triplet: EE, D6 and 12. RGB value is (238,214,18). Sum of RGB (Red+Green+Blue) = 238+214+18=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EED612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED612 is #1129ED. Grayscale: #C7C7C7. Windows color (decimal): -1124846 or 1234670. OLE color: 1234670.

HSL color Cylindrical-coordinate representation of color #EED612: hue angle of 53.45º degrees, saturation: 0.87, 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 #EED612 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 18 -
CMYK 0 0.10 0.92 0.07
HSL 53.45º 0.87% 0.5% -
HSV(B) 53.45º 0.92% 0.93% -
XYZ 59.42 66.31 10.24 -
YUV 198.83 25.95 155.94 -
System Red Green Blue C M Y K H S L
Decimal 238 214 18 0 0.10 0.92 0.07 53.45 0.87 0.5
Hex EE D6 12 0 A 5C 7 35 57 32
Octal 356 326 22 0 12 134 7 65 127 62
Binary 11101110 11010110 10010 0 1010 1011100 111 110101 1010111 110010

Color Harmonies of #EED612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED612

Black with #EED612

Text Example


Text Example

White with #EED612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED612; }

 p { color: rgb(238,214,18); }

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

background-color css

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

 a { background-color: rgb(238,214,18); }

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

border-color css

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

 span { border-color: rgb(238,214,18); }

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