Html Css Color HEX #EED812 Broom

📋 copy color: '#EED812'

red 238 ◦ green 216 ◦ blue 18

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

Shades of Broom #EED812

Tints of Broom #EED812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.76%

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

R = 50.42%
G = 45.76%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EED812 (or 0xEED812) is known color: Broom. HEX triplet: EE, D8 and 12. RGB value is (238,216,18). Sum of RGB (Red+Green+Blue) = 238+216+18=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EED812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED812 is #1127ED. Grayscale: #C8C8C8. Windows color (decimal): -1124334 or 1235182. OLE color: 1235182.

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

Color convert

RGB 238 216 18 -
CMYK 0 0.09 0.92 0.07
HSL 54º 0.87% 0.5% -
HSV(B) 54º 0.92% 0.93% -
XYZ 59.92 67.33 10.41 -
YUV 200.01 25.29 155.1 -
System Red Green Blue C M Y K H S L
Decimal 238 216 18 0 0.09 0.92 0.07 54 0.87 0.5
Hex EE D8 12 0 9 5C 7 36 57 32
Octal 356 330 22 0 11 134 7 66 127 62
Binary 11101110 11011000 10010 0 1001 1011100 111 110110 1010111 110010

Color Harmonies of #EED812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED812

Black with #EED812

Text Example


Text Example

White with #EED812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED812; }

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

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

background-color css

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

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

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

border-color css

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

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

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