Html Css Color HEX #EBCC3F Festival

📋 copy color: '#EBCC3F'

red 235 ◦ green 204 ◦ blue 63

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

Shades of Festival #EBCC3F

Tints of Festival #EBCC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.55%

R = 46.81%
G = 40.64%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBCC3F (or 0xEBCC3F) is known color: Festival. HEX triplet: EB, CC and 3F. RGB value is (235,204,63). Sum of RGB (Red+Green+Blue) = 235+204+63=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC3F is #1433C0. Grayscale: #C5C5C5. Windows color (decimal): -1323969 or 4181227. OLE color: 4181227.

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

Color convert

RGB 235 204 63 -
CMYK 0 0.13 0.73 0.08
HSL 49.19º 0.81% 0.58% -
HSV(B) 49.19º 0.73% 0.92% -
XYZ 56.75 61.21 13.53 -
YUV 197.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 235 204 63 0 0.13 0.73 0.08 49.19 0.81 0.58
Hex EB CC 3F 0 D 49 8 31 51 3A
Octal 353 314 77 0 15 111 10 61 121 72
Binary 11101011 11001100 111111 0 1101 1001001 1000 110001 1010001 111010

Color Harmonies of #EBCC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC3F

Black with #EBCC3F

Text Example


Text Example

White with #EBCC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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