Html Css Color HEX #EBD520 Broom

📋 copy color: '#EBD520'

red 235 ◦ green 213 ◦ blue 32

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

Shades of Broom #EBD520

Tints of Broom #EBD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 48.96%
G = 44.38%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBD520 (or 0xEBD520) is known color: Broom. HEX triplet: EB, D5 and 20. RGB value is (235,213,32). Sum of RGB (Red+Green+Blue) = 235+213+32=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD520 is #142ADF. Grayscale: #C7C7C7. Windows color (decimal): -1321696 or 2151915. OLE color: 2151915.

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

Color convert

RGB 235 213 32 -
CMYK 0 0.09 0.86 0.08
HSL 53.5º 0.84% 0.52% -
HSV(B) 53.5º 0.86% 0.92% -
XYZ 58.32 65.35 10.91 -
YUV 198.94 33.79 153.72 -
System Red Green Blue C M Y K H S L
Decimal 235 213 32 0 0.09 0.86 0.08 53.5 0.84 0.52
Hex EB D5 20 0 9 56 8 35 54 34
Octal 353 325 40 0 11 126 10 65 124 64
Binary 11101011 11010101 100000 0 1001 1010110 1000 110101 1010100 110100

Color Harmonies of #EBD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD520

Black with #EBD520

Text Example


Text Example

White with #EBD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD520; }

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

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

background-color css

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

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

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

border-color css

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

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

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