Html Css Color HEX #EBD820 Broom

📋 copy color: '#EBD820'

red 235 ◦ green 216 ◦ blue 32

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

Shades of Broom #EBD820

Tints of Broom #EBD820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.72%

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

R = 48.65%
G = 44.72%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBD820 (or 0xEBD820) is known color: Broom. HEX triplet: EB, D8 and 20. RGB value is (235,216,32). Sum of RGB (Red+Green+Blue) = 235+216+32=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD820 is #1427DF. Grayscale: #C9C9C9. Windows color (decimal): -1320928 or 2152683. OLE color: 2152683.

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

Color convert

RGB 235 216 32 -
CMYK 0 0.08 0.86 0.08
HSL 54.38º 0.84% 0.52% -
HSV(B) 54.38º 0.86% 0.92% -
XYZ 59.08 66.88 11.16 -
YUV 200.71 32.79 152.46 -
System Red Green Blue C M Y K H S L
Decimal 235 216 32 0 0.08 0.86 0.08 54.38 0.84 0.52
Hex EB D8 20 0 8 56 8 36 54 34
Octal 353 330 40 0 10 126 10 66 124 64
Binary 11101011 11011000 100000 0 1000 1010110 1000 110110 1010100 110100

Color Harmonies of #EBD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD820

Black with #EBD820

Text Example


Text Example

White with #EBD820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD820; }

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

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

background-color css

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

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

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

border-color css

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

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

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