Html Css Color HEX #EBCA3C Festival

📋 copy color: '#EBCA3C'

red 235 ◦ green 202 ◦ blue 60

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

Shades of Festival #EBCA3C

Tints of Festival #EBCA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.07%

R = 47.28%
G = 40.64%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBCA3C (or 0xEBCA3C) is known color: Festival. HEX triplet: EB, CA and 3C. RGB value is (235,202,60). Sum of RGB (Red+Green+Blue) = 235+202+60=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCA3C is #1435C3. Grayscale: #C4C4C4. Windows color (decimal): -1324484 or 3984107. OLE color: 3984107.

HSL color Cylindrical-coordinate representation of color #EBCA3C: hue angle of 48.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBCA3C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 202 60 -
CMYK 0 0.14 0.74 0.08
HSL 48.69º 0.81% 0.58% -
HSV(B) 48.69º 0.74% 0.92% -
XYZ 56.2 60.23 12.94 -
YUV 195.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 235 202 60 0 0.14 0.74 0.08 48.69 0.81 0.58
Hex EB CA 3C 0 E 4A 8 31 51 3A
Octal 353 312 74 0 16 112 10 61 121 72
Binary 11101011 11001010 111100 0 1110 1001010 1000 110001 1010001 111010

Color Harmonies of #EBCA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCA3C

Black with #EBCA3C

Text Example


Text Example

White with #EBCA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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