#EED61D

Color #EED61D Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #EED61D

Tints of Broom #EED61D

Color information

#EED61D (or 0xEED61D) is unknown color: approx Broom. HEX triplet: EE, D6 and 1D. RGB value is (238,214,29). Sum of RGB (Red+Green+Blue) = 238+214+29=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EED61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED61D is #1129E2. Grayscale: #C8C8C8. Windows color (decimal): -1124835 or 1955566. OLE color: 1955566.

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

Color convert

RGB23821429-
CMYK00.100.880.07
HSL53.11º86.01%52.35%-
HSV(B)53.11º87.82%93.33%-
XYZ59.5366.3610.83-
YUV200.0931.45155.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.48%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 29 (11.72% from 255) = 6.03%
R=49.48%
G=44.49%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382142900.100.880.0753.1186.0152.35
HexEED61D0A587355634
Octal3563263501213076512664
Binary1110111011010110111010101010110001111101011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED61D; }

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

 H1.HeaderClassName
 {
   color: #EED61D;
 }
 .AnyTagClassName
 {
   color: #EED61D;
 }
</style>
background-color css

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

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

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

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

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

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