Html Css Color HEX #EED414 Broom

📋 copy color: '#EED414'

red 238 ◦ green 212 ◦ blue 20

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

Shades of Broom #EED414

Tints of Broom #EED414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

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

R = 50.64%
G = 45.11%
B = 4.26%

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

#EED414 (or 0xEED414) is known color: Broom. HEX triplet: EE, D4 and 14. RGB value is (238,212,20). Sum of RGB (Red+Green+Blue) = 238+212+20=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EED414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED414 is #112BEB. Grayscale: #C6C6C6. Windows color (decimal): -1125356 or 1365230. OLE color: 1365230.

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

Color convert

RGB 238 212 20 -
CMYK 0 0.11 0.92 0.07
HSL 52.84º 0.87% 0.51% -
HSV(B) 52.84º 0.92% 0.93% -
XYZ 58.93 65.31 10.16 -
YUV 197.89 27.61 156.61 -
System Red Green Blue C M Y K H S L
Decimal 238 212 20 0 0.11 0.92 0.07 52.84 0.87 0.51
Hex EE D4 14 0 B 5C 7 35 57 33
Octal 356 324 24 0 13 134 7 65 127 63
Binary 11101110 11010100 10100 0 1011 1011100 111 110101 1010111 110011

Color Harmonies of #EED414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED414

Black with #EED414

Text Example


Text Example

White with #EED414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED414; }

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

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

background-color css

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

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

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

border-color css

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

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

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