Html Css Color HEX #EED512 Broom

📋 copy color: '#EED512'

red 238 ◦ green 213 ◦ blue 18

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

Shades of Broom #EED512

Tints of Broom #EED512

RGB

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

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

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

R = 50.75%
G = 45.42%
B = 3.84%

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

#EED512 (or 0xEED512) is known color: Broom. HEX triplet: EE, D5 and 12. RGB value is (238,213,18). Sum of RGB (Red+Green+Blue) = 238+213+18=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EED512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED512 is #112AED. Grayscale: #C7C7C7. Windows color (decimal): -1125102 or 1234414. OLE color: 1234414.

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

Color convert

RGB 238 213 18 -
CMYK 0 0.11 0.92 0.07
HSL 53.18º 0.87% 0.5% -
HSV(B) 53.18º 0.92% 0.93% -
XYZ 59.16 65.81 10.16 -
YUV 198.25 26.28 156.36 -
System Red Green Blue C M Y K H S L
Decimal 238 213 18 0 0.11 0.92 0.07 53.18 0.87 0.5
Hex EE D5 12 0 B 5C 7 35 57 32
Octal 356 325 22 0 13 134 7 65 127 62
Binary 11101110 11010101 10010 0 1011 1011100 111 110101 1010111 110010

Color Harmonies of #EED512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED512

Black with #EED512

Text Example


Text Example

White with #EED512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED512; }

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

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

background-color css

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

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

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

border-color css

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

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

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