Html Css Color HEX #ECCA4A Festival

📋 copy color: '#ECCA4A'

red 236 ◦ green 202 ◦ blue 74

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

Shades of Festival #ECCA4A

Tints of Festival #ECCA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.45%

R = 46.09%
G = 39.45%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECCA4A (or 0xECCA4A) is known color: Festival. HEX triplet: EC, CA and 4A. RGB value is (236,202,74). Sum of RGB (Red+Green+Blue) = 236+202+74=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA4A is #1335B5. Grayscale: #C6C6C6. Windows color (decimal): -1258934 or 4901612. OLE color: 4901612.

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

Color convert

RGB 236 202 74 -
CMYK 0 0.14 0.69 0.07
HSL 47.41º 0.81% 0.61% -
HSV(B) 47.41º 0.69% 0.93% -
XYZ 56.95 60.57 15.17 -
YUV 197.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 236 202 74 0 0.14 0.69 0.07 47.41 0.81 0.61
Hex EC CA 4A 0 E 45 7 2F 51 3D
Octal 354 312 112 0 16 105 7 57 121 75
Binary 11101100 11001010 1001010 0 1110 1000101 111 101111 1010001 111101

Color Harmonies of #ECCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA4A

Black with #ECCA4A

Text Example


Text Example

White with #ECCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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