#EBD61C

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

Shades of Broom #EBD61C

Tints of Broom #EBD61C

Color information

#EBD61C (or 0xEBD61C) is unknown color: approx Broom. HEX triplet: EB, D6 and 1C. RGB value is (235,214,28). Sum of RGB (Red+Green+Blue) = 235+214+28=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD61C is #1429E3. Grayscale: #C7C7C7. Windows color (decimal): -1321444 or 1890027. OLE color: 1890027.

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

Color convert

RGB23521428-
CMYK00.090.880.08
HSL53.91º83.81%51.57%-
HSV(B)53.91º88.09%92.16%-
XYZ58.5265.8410.72-
YUV199.0831.46153.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 28 (11.33% from 255) = 5.87%
R=49.27%
G=44.86%
B=5.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352142800.090.880.0853.9183.8151.57
HexEBD61C09588365434
Octal35332634011130106612464
Binary11101011110101101110001001101100010001101101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD61C; }

 p { color: rgb(235,214,28); }

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

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

 a { background-color: rgb(235,214,28); }

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

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

 span { border-color: rgb(235,214,28); }

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