Html Css Color HEX #EED71D Broom

📋 copy color: '#EED71D'

red 238 ◦ green 215 ◦ blue 29

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

Shades of Broom #EED71D

Tints of Broom #EED71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.02%

R = 49.38%
G = 44.61%
B = 6.02%

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

#EED71D (or 0xEED71D) is known color: Broom. HEX triplet: EE, D7 and 1D. RGB value is (238,215,29). Sum of RGB (Red+Green+Blue) = 238+215+29=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EED71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED71D is #1128E2. Grayscale: #C9C9C9. Windows color (decimal): -1124579 or 1955822. OLE color: 1955822.

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

Color convert

RGB 238 215 29 -
CMYK 0 0.10 0.88 0.07
HSL 53.4º 0.86% 0.52% -
HSV(B) 53.4º 0.88% 0.93% -
XYZ 59.78 66.87 10.92 -
YUV 200.67 31.12 154.62 -
System Red Green Blue C M Y K H S L
Decimal 238 215 29 0 0.10 0.88 0.07 53.4 0.86 0.52
Hex EE D7 1D 0 A 58 7 35 56 34
Octal 356 327 35 0 12 130 7 65 126 64
Binary 11101110 11010111 11101 0 1010 1011000 111 110101 1010110 110100

Color Harmonies of #EED71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED71D

Black with #EED71D

Text Example


Text Example

White with #EED71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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