Html Css Color HEX #EBD320 Broom

📋 copy color: '#EBD320'

red 235 ◦ green 211 ◦ blue 32

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

Shades of Broom #EBD320

Tints of Broom #EBD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.14%

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

R = 49.16%
G = 44.14%
B = 6.69%

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

#EBD320 (or 0xEBD320) is known color: Broom. HEX triplet: EB, D3 and 20. RGB value is (235,211,32). Sum of RGB (Red+Green+Blue) = 235+211+32=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD320 is #142CDF. Grayscale: #C6C6C6. Windows color (decimal): -1322208 or 2151403. OLE color: 2151403.

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

Color convert

RGB 235 211 32 -
CMYK 0 0.10 0.86 0.08
HSL 52.91º 0.84% 0.52% -
HSV(B) 52.91º 0.86% 0.92% -
XYZ 57.82 64.35 10.74 -
YUV 197.77 34.45 154.55 -
System Red Green Blue C M Y K H S L
Decimal 235 211 32 0 0.10 0.86 0.08 52.91 0.84 0.52
Hex EB D3 20 0 A 56 8 35 54 34
Octal 353 323 40 0 12 126 10 65 124 64
Binary 11101011 11010011 100000 0 1010 1010110 1000 110101 1010100 110100

Color Harmonies of #EBD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD320

Black with #EBD320

Text Example


Text Example

White with #EBD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD320; }

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

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

background-color css

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

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

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

border-color css

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

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

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