Html Css Color HEX #ECCA4D Festival

📋 copy color: '#ECCA4D'

red 236 ◦ green 202 ◦ blue 77

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

Shades of Festival #ECCA4D

Tints of Festival #ECCA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.95%

R = 45.83%
G = 39.22%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECCA4D (or 0xECCA4D) is known color: Festival. HEX triplet: EC, CA and 4D. RGB value is (236,202,77). Sum of RGB (Red+Green+Blue) = 236+202+77=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA4D is #1335B2. Grayscale: #C6C6C6. Windows color (decimal): -1258931 or 5098220. OLE color: 5098220.

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

Color convert

RGB 236 202 77 -
CMYK 0 0.14 0.67 0.07
HSL 47.17º 0.81% 0.61% -
HSV(B) 47.17º 0.67% 0.93% -
XYZ 57.05 60.61 15.71 -
YUV 197.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 236 202 77 0 0.14 0.67 0.07 47.17 0.81 0.61
Hex EC CA 4D 0 E 43 7 2F 51 3D
Octal 354 312 115 0 16 103 7 57 121 75
Binary 11101100 11001010 1001101 0 1110 1000011 111 101111 1010001 111101

Color Harmonies of #ECCA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA4D

Black with #ECCA4D

Text Example


Text Example

White with #ECCA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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