#EBD320

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

Shades of Broom #EBD320

Tints of Broom #EBD320

Color information

#EBD320 (or 0xEBD320) is unknown color: approx Broom. HEX triplet: EB, D3 and 20. RGB value is (235,211,32). Sum of RGB (Red+Green+Blue) = 235+211+32=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD320 is #142CDF. Grayscale: #C6C6C6. Windows color (decimal): -1322208 or 2151403. OLE color: 2151403.

HSL color Cylindrical-coordinate representation of color #EBD320: hue angle of 52.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBD320 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB23521132-
CMYK00.100.860.08
HSL52.91º83.54%52.35%-
HSV(B)52.91º86.38%92.16%-
XYZ57.8264.3510.74-
YUV197.7734.45154.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 32 (12.89% from 255) = 6.69%
R=49.16%
G=44.14%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352113200.100.860.0852.9183.5452.35
HexEBD3200A568355434
Octal35332340012126106512464
Binary111010111101001110000001010101011010001101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD320; }

 p { color: rgb(235,211,32); }

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

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

 a { background-color: rgb(235,211,32); }

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

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

 span { border-color: rgb(235,211,32); }

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