Html Css Color HEX #ECCB3F Festival

📋 copy color: '#ECCB3F'

red 236 ◦ green 203 ◦ blue 63

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

Shades of Festival #ECCB3F

Tints of Festival #ECCB3F

RGB

 RED value IS 236 (92.58% from 255) = 47.01%

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

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

R = 47.01%
G = 40.44%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECCB3F (or 0xECCB3F) is known color: Festival. HEX triplet: EC, CB and 3F. RGB value is (236,203,63). Sum of RGB (Red+Green+Blue) = 236+203+63=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB3F is #1334C0. Grayscale: #C5C5C5. Windows color (decimal): -1258689 or 4180972. OLE color: 4180972.

HSL color Cylindrical-coordinate representation of color #ECCB3F: hue angle of 48.55º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECCB3F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 63 -
CMYK 0 0.14 0.73 0.07
HSL 48.55º 0.82% 0.59% -
HSV(B) 48.55º 0.73% 0.93% -
XYZ 56.85 60.9 13.46 -
YUV 196.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 236 203 63 0 0.14 0.73 0.07 48.55 0.82 0.59
Hex EC CB 3F 0 E 49 7 31 52 3B
Octal 354 313 77 0 16 111 7 61 122 73
Binary 11101100 11001011 111111 0 1110 1001001 111 110001 1010010 111011

Color Harmonies of #ECCB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB3F

Black with #ECCB3F

Text Example


Text Example

White with #ECCB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB3F; }

 p { color: rgb(236,203,63); }

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

background-color css

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

 a { background-color: rgb(236,203,63); }

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

border-color css

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

 span { border-color: rgb(236,203,63); }

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