#EBD61B

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

Shades of Broom #EBD61B

Tints of Broom #EBD61B

Color information

#EBD61B (or 0xEBD61B) is unknown color: approx Broom. HEX triplet: EB, D6 and 1B. RGB value is (235,214,27). Sum of RGB (Red+Green+Blue) = 235+214+27=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD61B is #1429E4. Grayscale: #C7C7C7. Windows color (decimal): -1321445 or 1824491. OLE color: 1824491.

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

Color convert

RGB23521427-
CMYK00.090.890.08
HSL53.94º83.87%51.37%-
HSV(B)53.94º88.51%92.16%-
XYZ58.5165.8310.66-
YUV198.9630.96153.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 27 (10.94% from 255) = 5.67%
R=49.37%
G=44.96%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352142700.090.890.0853.9483.8751.37
HexEBD61B09598365433
Octal35332633011131106612463
Binary11101011110101101101101001101100110001101101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD61B; }

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

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

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

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

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

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

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

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