Html Css Color HEX #EBDA20 Broom

📋 copy color: '#EBDA20'

red 235 ◦ green 218 ◦ blue 32

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

Shades of Broom #EBDA20

Tints of Broom #EBDA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 48.45%
G = 44.95%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBDA20 (or 0xEBDA20) is known color: Broom. HEX triplet: EB, DA and 20. RGB value is (235,218,32). Sum of RGB (Red+Green+Blue) = 235+218+32=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA20 is #1425DF. Grayscale: #CACACA. Windows color (decimal): -1320416 or 2153195. OLE color: 2153195.

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

Color convert

RGB 235 218 32 -
CMYK 0 0.07 0.86 0.08
HSL 54.98º 0.84% 0.52% -
HSV(B) 54.98º 0.86% 0.92% -
XYZ 59.59 67.91 11.33 -
YUV 201.88 32.13 151.62 -
System Red Green Blue C M Y K H S L
Decimal 235 218 32 0 0.07 0.86 0.08 54.98 0.84 0.52
Hex EB DA 20 0 7 56 8 37 54 34
Octal 353 332 40 0 7 126 10 67 124 64
Binary 11101011 11011010 100000 0 111 1010110 1000 110111 1010100 110100

Color Harmonies of #EBDA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA20

Black with #EBDA20

Text Example


Text Example

White with #EBDA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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