Html Css Color HEX #ECCA3E Festival

📋 copy color: '#ECCA3E'

red 236 ◦ green 202 ◦ blue 62

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

Shades of Festival #ECCA3E

Tints of Festival #ECCA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.4%

R = 47.2%
G = 40.4%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ECCA3E (or 0xECCA3E) is known color: Festival. HEX triplet: EC, CA and 3E. RGB value is (236,202,62). Sum of RGB (Red+Green+Blue) = 236+202+62=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 62 (24.61% from 255 or 12.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA3E is #1335C1. Grayscale: #C4C4C4. Windows color (decimal): -1258946 or 4115180. OLE color: 4115180.

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

Color convert

RGB 236 202 62 -
CMYK 0 0.14 0.74 0.07
HSL 48.28º 0.82% 0.58% -
HSV(B) 48.28º 0.74% 0.93% -
XYZ 56.58 60.42 13.24 -
YUV 196.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 236 202 62 0 0.14 0.74 0.07 48.28 0.82 0.58
Hex EC CA 3E 0 E 4A 7 30 52 3A
Octal 354 312 76 0 16 112 7 60 122 72
Binary 11101100 11001010 111110 0 1110 1001010 111 110000 1010010 111010

Color Harmonies of #ECCA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA3E

Black with #ECCA3E

Text Example


Text Example

White with #ECCA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA3E; }

 p { color: rgb(236,202,62); }

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

background-color css

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

 a { background-color: rgb(236,202,62); }

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

border-color css

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

 span { border-color: rgb(236,202,62); }

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