Html Css Color HEX #EBC820 Broom

📋 copy color: '#EBC820'

red 235 ◦ green 200 ◦ blue 32

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

Shades of Broom #EBC820

Tints of Broom #EBC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 32 (12.89% from 255) = 6.85%

R = 50.32%
G = 42.83%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBC820 (or 0xEBC820) is known color: Broom. HEX triplet: EB, C8 and 20. RGB value is (235,200,32). Sum of RGB (Red+Green+Blue) = 235+200+32=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC820 is #1437DF. Grayscale: #C0C0C0. Windows color (decimal): -1325024 or 2148587. OLE color: 2148587.

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

Color convert

RGB 235 200 32 -
CMYK 0 0.15 0.86 0.08
HSL 49.66º 0.84% 0.52% -
HSV(B) 49.66º 0.86% 0.92% -
XYZ 55.18 59.08 9.86 -
YUV 191.31 38.1 159.16 -
System Red Green Blue C M Y K H S L
Decimal 235 200 32 0 0.15 0.86 0.08 49.66 0.84 0.52
Hex EB C8 20 0 F 56 8 32 54 34
Octal 353 310 40 0 17 126 10 62 124 64
Binary 11101011 11001000 100000 0 1111 1010110 1000 110010 1010100 110100

Color Harmonies of #EBC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC820

Black with #EBC820

Text Example


Text Example

White with #EBC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC820; }

 p { color: rgb(235,200,32); }

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

background-color css

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

 a { background-color: rgb(235,200,32); }

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

border-color css

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

 span { border-color: rgb(235,200,32); }

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