Html Css Color HEX #ECCC4A Festival

📋 copy color: '#ECCC4A'

red 236 ◦ green 204 ◦ blue 74

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

Shades of Festival #ECCC4A

Tints of Festival #ECCC4A

RGB

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

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

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

R = 45.91%
G = 39.69%
B = 14.4%

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

#ECCC4A (or 0xECCC4A) is known color: Festival. HEX triplet: EC, CC and 4A. RGB value is (236,204,74). Sum of RGB (Red+Green+Blue) = 236+204+74=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC4A is #1333B5. Grayscale: #C7C7C7. Windows color (decimal): -1258422 or 4902124. OLE color: 4902124.

HSL color Cylindrical-coordinate representation of color #ECCC4A: hue angle of 48.15º 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 #ECCC4A is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 204 74 -
CMYK 0 0.14 0.69 0.07
HSL 48.15º 0.81% 0.61% -
HSV(B) 48.15º 0.69% 0.93% -
XYZ 57.42 61.51 15.33 -
YUV 198.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 236 204 74 0 0.14 0.69 0.07 48.15 0.81 0.61
Hex EC CC 4A 0 E 45 7 30 51 3D
Octal 354 314 112 0 16 105 7 60 121 75
Binary 11101100 11001100 1001010 0 1110 1000101 111 110000 1010001 111101

Color Harmonies of #ECCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC4A

Black with #ECCC4A

Text Example


Text Example

White with #ECCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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