Html Css Color HEX #EED814 Broom

📋 copy color: '#EED814'

red 238 ◦ green 216 ◦ blue 20

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

Shades of Broom #EED814

Tints of Broom #EED814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.22%

R = 50.21%
G = 45.57%
B = 4.22%

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

#EED814 (or 0xEED814) is known color: Broom. HEX triplet: EE, D8 and 14. RGB value is (238,216,20). Sum of RGB (Red+Green+Blue) = 238+216+20=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EED814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED814 is #1127EB. Grayscale: #C9C9C9. Windows color (decimal): -1124332 or 1366254. OLE color: 1366254.

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

Color convert

RGB 238 216 20 -
CMYK 0 0.09 0.92 0.07
HSL 53.94º 0.87% 0.51% -
HSV(B) 53.94º 0.92% 0.93% -
XYZ 59.94 67.34 10.5 -
YUV 200.23 26.29 154.94 -
System Red Green Blue C M Y K H S L
Decimal 238 216 20 0 0.09 0.92 0.07 53.94 0.87 0.51
Hex EE D8 14 0 9 5C 7 36 57 33
Octal 356 330 24 0 11 134 7 66 127 63
Binary 11101110 11011000 10100 0 1001 1011100 111 110110 1010111 110011

Color Harmonies of #EED814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED814

Black with #EED814

Text Example


Text Example

White with #EED814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED814; }

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

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

background-color css

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

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

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

border-color css

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

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

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