Html Css Color HEX #EED514 Broom

📋 copy color: '#EED514'

red 238 ◦ green 213 ◦ blue 20

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

Shades of Broom #EED514

Tints of Broom #EED514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

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

R = 50.53%
G = 45.22%
B = 4.25%

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

#EED514 (or 0xEED514) is known color: Broom. HEX triplet: EE, D5 and 14. RGB value is (238,213,20). Sum of RGB (Red+Green+Blue) = 238+213+20=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EED514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED514 is #112AEB. Grayscale: #C7C7C7. Windows color (decimal): -1125100 or 1365486. OLE color: 1365486.

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

Color convert

RGB 238 213 20 -
CMYK 0 0.11 0.92 0.07
HSL 53.12º 0.87% 0.51% -
HSV(B) 53.12º 0.92% 0.93% -
XYZ 59.18 65.82 10.25 -
YUV 198.47 27.28 156.19 -
System Red Green Blue C M Y K H S L
Decimal 238 213 20 0 0.11 0.92 0.07 53.12 0.87 0.51
Hex EE D5 14 0 B 5C 7 35 57 33
Octal 356 325 24 0 13 134 7 65 127 63
Binary 11101110 11010101 10100 0 1011 1011100 111 110101 1010111 110011

Color Harmonies of #EED514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED514

Black with #EED514

Text Example


Text Example

White with #EED514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED514; }

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

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

background-color css

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

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

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

border-color css

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

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

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