Html Css Color HEX #EBD210 Broom

📋 copy color: '#EBD210'

red 235 ◦ green 210 ◦ blue 16

#EBD210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EBD210

Tints of Broom #EBD210

RGB

 RED value IS 235 (92.19% from 255) = 50.98%

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 16 (6.64% from 255) = 3.47%

R = 50.98%
G = 45.55%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBD210 (or 0xEBD210) is known color: Broom. HEX triplet: EB, D2 and 10. RGB value is (235,210,16). Sum of RGB (Red+Green+Blue) = 235+210+16=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD210 is #142DEF. Grayscale: #C4C4C4. Windows color (decimal): -1322480 or 1102571. OLE color: 1102571.

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

Color convert

RGB 235 210 16 -
CMYK 0 0.11 0.93 0.08
HSL 53.15º 0.87% 0.49% -
HSV(B) 53.15º 0.93% 0.92% -
XYZ 57.4 63.79 9.78 -
YUV 195.36 26.78 156.27 -
System Red Green Blue C M Y K H S L
Decimal 235 210 16 0 0.11 0.93 0.08 53.15 0.87 0.49
Hex EB D2 10 0 B 5D 8 35 57 31
Octal 353 322 20 0 13 135 10 65 127 61
Binary 11101011 11010010 10000 0 1011 1011101 1000 110101 1010111 110001

Color Harmonies of #EBD210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD210

Black with #EBD210

Text Example


Text Example

White with #EBD210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD210; }

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

 H1.HeaderClassName
 {
   color: #EBD210;
 }
 .AnyTagClassName
 {
   color: #EBD210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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