Html Css Color HEX #EBCC3B Festival

📋 copy color: '#EBCC3B'

red 235 ◦ green 204 ◦ blue 59

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

Shades of Festival #EBCC3B

Tints of Festival #EBCC3B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 59 (23.44% from 255) = 11.85%

R = 47.19%
G = 40.96%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBCC3B (or 0xEBCC3B) is known color: Festival. HEX triplet: EB, CC and 3B. RGB value is (235,204,59). Sum of RGB (Red+Green+Blue) = 235+204+59=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC3B is #1433C4. Grayscale: #C5C5C5. Windows color (decimal): -1323973 or 3919083. OLE color: 3919083.

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

Color convert

RGB 235 204 59 -
CMYK 0 0.13 0.75 0.08
HSL 49.43º 0.81% 0.58% -
HSV(B) 49.43º 0.75% 0.92% -
XYZ 56.64 61.16 12.96 -
YUV 196.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 235 204 59 0 0.13 0.75 0.08 49.43 0.81 0.58
Hex EB CC 3B 0 D 4B 8 31 51 3A
Octal 353 314 73 0 15 113 10 61 121 72
Binary 11101011 11001100 111011 0 1101 1001011 1000 110001 1010001 111010

Color Harmonies of #EBCC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC3B

Black with #EBCC3B

Text Example


Text Example

White with #EBCC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC3B; }

 p { color: rgb(235,204,59); }

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

background-color css

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

 a { background-color: rgb(235,204,59); }

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

border-color css

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

 span { border-color: rgb(235,204,59); }

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