Html Css Color HEX #EED014 Broom

📋 copy color: '#EED014'

red 238 ◦ green 208 ◦ blue 20

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

Shades of Broom #EED014

Tints of Broom #EED014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 51.07%
G = 44.64%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EED014 (or 0xEED014) is known color: Broom. HEX triplet: EE, D0 and 14. RGB value is (238,208,20). Sum of RGB (Red+Green+Blue) = 238+208+20=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EED014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED014 is #112FEB. Grayscale: #C4C4C4. Windows color (decimal): -1126380 or 1364206. OLE color: 1364206.

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

Color convert

RGB 238 208 20 -
CMYK 0 0.13 0.92 0.07
HSL 51.74º 0.87% 0.51% -
HSV(B) 51.74º 0.92% 0.93% -
XYZ 57.94 63.34 9.83 -
YUV 195.54 28.94 158.29 -
System Red Green Blue C M Y K H S L
Decimal 238 208 20 0 0.13 0.92 0.07 51.74 0.87 0.51
Hex EE D0 14 0 D 5C 7 34 57 33
Octal 356 320 24 0 15 134 7 64 127 63
Binary 11101110 11010000 10100 0 1101 1011100 111 110100 1010111 110011

Color Harmonies of #EED014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED014

Black with #EED014

Text Example


Text Example

White with #EED014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED014; }

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

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

background-color css

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

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

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

border-color css

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

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

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