Html Css Color HEX #EBCB3C Festival

📋 copy color: '#EBCB3C'

red 235 ◦ green 203 ◦ blue 60

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

Shades of Festival #EBCB3C

Tints of Festival #EBCB3C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

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

R = 47.19%
G = 40.76%
B = 12.05%

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

#EBCB3C (or 0xEBCB3C) is known color: Festival. HEX triplet: EB, CB and 3C. RGB value is (235,203,60). Sum of RGB (Red+Green+Blue) = 235+203+60=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCB3C is #1434C3. Grayscale: #C4C4C4. Windows color (decimal): -1324228 or 3984363. OLE color: 3984363.

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

Color convert

RGB 235 203 60 -
CMYK 0 0.14 0.74 0.08
HSL 49.03º 0.81% 0.58% -
HSV(B) 49.03º 0.74% 0.92% -
XYZ 56.43 60.7 13.02 -
YUV 196.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 235 203 60 0 0.14 0.74 0.08 49.03 0.81 0.58
Hex EB CB 3C 0 E 4A 8 31 51 3A
Octal 353 313 74 0 16 112 10 61 121 72
Binary 11101011 11001011 111100 0 1110 1001010 1000 110001 1010001 111010

Color Harmonies of #EBCB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB3C

Black with #EBCB3C

Text Example


Text Example

White with #EBCB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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