Html Css Color HEX #EED71C Broom

📋 copy color: '#EED71C'

red 238 ◦ green 215 ◦ blue 28

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

Shades of Broom #EED71C

Tints of Broom #EED71C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 28 (11.33% from 255) = 5.82%

R = 49.48%
G = 44.7%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EED71C (or 0xEED71C) is known color: Broom. HEX triplet: EE, D7 and 1C. RGB value is (238,215,28). Sum of RGB (Red+Green+Blue) = 238+215+28=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EED71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED71C is #1128E3. Grayscale: #C9C9C9. Windows color (decimal): -1124580 or 1890286. OLE color: 1890286.

HSL color Cylindrical-coordinate representation of color #EED71C: hue angle of 53.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EED71C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 28 -
CMYK 0 0.10 0.88 0.07
HSL 53.43º 0.86% 0.52% -
HSV(B) 53.43º 0.88% 0.93% -
XYZ 59.77 66.86 10.85 -
YUV 200.56 30.62 154.71 -
System Red Green Blue C M Y K H S L
Decimal 238 215 28 0 0.10 0.88 0.07 53.43 0.86 0.52
Hex EE D7 1C 0 A 58 7 35 56 34
Octal 356 327 34 0 12 130 7 65 126 64
Binary 11101110 11010111 11100 0 1010 1011000 111 110101 1010110 110100

Color Harmonies of #EED71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED71C

Black with #EED71C

Text Example


Text Example

White with #EED71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED71C; }

 p { color: rgb(238,215,28); }

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

background-color css

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

 a { background-color: rgb(238,215,28); }

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

border-color css

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

 span { border-color: rgb(238,215,28); }

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