#EED629

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

Shades of Broom #EED629

Tints of Broom #EED629

Color information

#EED629 (or 0xEED629) is unknown color: approx Broom. HEX triplet: EE, D6 and 29. RGB value is (238,214,41). Sum of RGB (Red+Green+Blue) = 238+214+41=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED629 is #1129D6. Grayscale: #CACACA. Windows color (decimal): -1124823 or 2741998. OLE color: 2741998.

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

Color convert

RGB23821441-
CMYK00.100.830.07
HSL52.69º85.28%54.71%-
HSV(B)52.69º82.77%93.33%-
XYZ59.7166.4311.77-
YUV201.4537.45154.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 41 (16.41% from 255) = 8.32%
R=48.28%
G=43.41%
B=8.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382144100.100.830.0752.6985.2854.71
HexEED6290A537355537
Octal3563265101212376512567
Binary11101110110101101010010101010100111111101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED629; }

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

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

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

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

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

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

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

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