Html Css Color HEX #EBCA20 Broom

📋 copy color: '#EBCA20'

red 235 ◦ green 202 ◦ blue 32

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

Shades of Broom #EBCA20

Tints of Broom #EBCA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

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

R = 50.11%
G = 43.07%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBCA20 (or 0xEBCA20) is known color: Broom. HEX triplet: EB, CA and 20. RGB value is (235,202,32). Sum of RGB (Red+Green+Blue) = 235+202+32=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCA20 is #1435DF. Grayscale: #C1C1C1. Windows color (decimal): -1324512 or 2149099. OLE color: 2149099.

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

Color convert

RGB 235 202 32 -
CMYK 0 0.14 0.86 0.08
HSL 50.25º 0.84% 0.52% -
HSV(B) 50.25º 0.86% 0.92% -
XYZ 55.64 60.01 10.02 -
YUV 192.49 37.43 158.32 -
System Red Green Blue C M Y K H S L
Decimal 235 202 32 0 0.14 0.86 0.08 50.25 0.84 0.52
Hex EB CA 20 0 E 56 8 32 54 34
Octal 353 312 40 0 16 126 10 62 124 64
Binary 11101011 11001010 100000 0 1110 1010110 1000 110010 1010100 110100

Color Harmonies of #EBCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCA20

Black with #EBCA20

Text Example


Text Example

White with #EBCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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