#EBD227

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

Shades of Broom #EBD227

Tints of Broom #EBD227

Color information

#EBD227 (or 0xEBD227) is unknown color: approx Broom. HEX triplet: EB, D2 and 27. RGB value is (235,210,39). Sum of RGB (Red+Green+Blue) = 235+210+39=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD227 is #142DD8. Grayscale: #C6C6C6. Windows color (decimal): -1322457 or 2609899. OLE color: 2609899.

HSL color Cylindrical-coordinate representation of color #EBD227: hue angle of 52.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBD227 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB23521039-
CMYK00.110.830.08
HSL52.35º83.05%53.73%-
HSV(B)52.35º83.4%92.16%-
XYZ57.6763.911.21-
YUV197.9838.28154.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.55%
GREEN value IS 210 (82.42% from 255) = 43.39%
BLUE value IS 39 (15.62% from 255) = 8.06%
R=48.55%
G=43.39%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352103900.110.830.0852.3583.0553.73
HexEBD2270B538345336
Octal35332247013123106412366
Binary111010111101001010011101011101001110001101001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD227; }

 p { color: rgb(235,210,39); }

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

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

 a { background-color: rgb(235,210,39); }

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

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

 span { border-color: rgb(235,210,39); }

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