#EBCF28

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

Shades of Broom #EBCF28

Tints of Broom #EBCF28

Color information

#EBCF28 (or 0xEBCF28) is unknown color: approx Broom. HEX triplet: EB, CF and 28. RGB value is (235,207,40). Sum of RGB (Red+Green+Blue) = 235+207+40=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCF28 is #1430D7. Grayscale: #C5C5C5. Windows color (decimal): -1323224 or 2674667. OLE color: 2674667.

HSL color Cylindrical-coordinate representation of color #EBCF28: hue angle of 51.38º 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 #EBCF28 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB23520740-
CMYK00.120.830.08
HSL51.38º82.98%53.92%-
HSV(B)51.38º82.98%92.16%-
XYZ56.9662.4411.06-
YUV196.3339.78155.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 40 (16.02% from 255) = 8.30%
R=48.76%
G=42.95%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352074000.120.830.0851.3882.9853.92
HexEBCF280C538335336
Octal35331750014123106312366
Binary111010111100111110100001100101001110001100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCF28; }

 p { color: rgb(235,207,40); }

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

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

 a { background-color: rgb(235,207,40); }

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

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

 span { border-color: rgb(235,207,40); }

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