Html Css Color HEX #EBD420 Broom

📋 copy color: '#EBD420'

red 235 ◦ green 212 ◦ blue 32

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

Shades of Broom #EBD420

Tints of Broom #EBD420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 49.06%
G = 44.26%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBD420 (or 0xEBD420) is known color: Broom. HEX triplet: EB, D4 and 20. RGB value is (235,212,32). Sum of RGB (Red+Green+Blue) = 235+212+32=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD420 is #142BDF. Grayscale: #C7C7C7. Windows color (decimal): -1321952 or 2151659. OLE color: 2151659.

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

Color convert

RGB 235 212 32 -
CMYK 0 0.10 0.86 0.08
HSL 53.2º 0.84% 0.52% -
HSV(B) 53.2º 0.86% 0.92% -
XYZ 58.07 64.85 10.82 -
YUV 198.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 235 212 32 0 0.10 0.86 0.08 53.2 0.84 0.52
Hex EB D4 20 0 A 56 8 35 54 34
Octal 353 324 40 0 12 126 10 65 124 64
Binary 11101011 11010100 100000 0 1010 1010110 1000 110101 1010100 110100

Color Harmonies of #EBD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD420

Black with #EBD420

Text Example


Text Example

White with #EBD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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