Html Css Color HEX #EBD211 Broom

📋 copy color: '#EBD211'

red 235 ◦ green 210 ◦ blue 17

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

Shades of Broom #EBD211

Tints of Broom #EBD211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 50.87%
G = 45.45%
B = 3.68%

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

#EBD211 (or 0xEBD211) is known color: Broom. HEX triplet: EB, D2 and 11. RGB value is (235,210,17). Sum of RGB (Red+Green+Blue) = 235+210+17=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD211 is #142DEE. Grayscale: #C4C4C4. Windows color (decimal): -1322479 or 1168107. OLE color: 1168107.

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

Color convert

RGB 235 210 17 -
CMYK 0 0.11 0.93 0.08
HSL 53.12º 0.87% 0.49% -
HSV(B) 53.12º 0.93% 0.92% -
XYZ 57.41 63.8 9.82 -
YUV 195.47 27.28 156.19 -
System Red Green Blue C M Y K H S L
Decimal 235 210 17 0 0.11 0.93 0.08 53.12 0.87 0.49
Hex EB D2 11 0 B 5D 8 35 57 31
Octal 353 322 21 0 13 135 10 65 127 61
Binary 11101011 11010010 10001 0 1011 1011101 1000 110101 1010111 110001

Color Harmonies of #EBD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD211

Black with #EBD211

Text Example


Text Example

White with #EBD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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