Html Css Color HEX #EED71E Broom

📋 copy color: '#EED71E'

red 238 ◦ green 215 ◦ blue 30

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

Shades of Broom #EED71E

Tints of Broom #EED71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.21%

R = 49.28%
G = 44.51%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EED71E (or 0xEED71E) is known color: Broom. HEX triplet: EE, D7 and 1E. RGB value is (238,215,30). Sum of RGB (Red+Green+Blue) = 238+215+30=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EED71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED71E is #1128E1. Grayscale: #C9C9C9. Windows color (decimal): -1124578 or 2021358. OLE color: 2021358.

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

Color convert

RGB 238 215 30 -
CMYK 0 0.10 0.87 0.07
HSL 53.37º 0.86% 0.53% -
HSV(B) 53.37º 0.87% 0.93% -
XYZ 59.79 66.87 10.98 -
YUV 200.79 31.62 154.54 -
System Red Green Blue C M Y K H S L
Decimal 238 215 30 0 0.10 0.87 0.07 53.37 0.86 0.53
Hex EE D7 1E 0 A 57 7 35 56 35
Octal 356 327 36 0 12 127 7 65 126 65
Binary 11101110 11010111 11110 0 1010 1010111 111 110101 1010110 110101

Color Harmonies of #EED71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED71E

Black with #EED71E

Text Example


Text Example

White with #EED71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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