Html Css Color HEX #ECC74A Festival

📋 copy color: '#ECC74A'

red 236 ◦ green 199 ◦ blue 74

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

Shades of Festival #ECC74A

Tints of Festival #ECC74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

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

R = 46.37%
G = 39.1%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC74A (or 0xECC74A) is known color: Festival. HEX triplet: EC, C7 and 4A. RGB value is (236,199,74). Sum of RGB (Red+Green+Blue) = 236+199+74=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC74A is #1338B5. Grayscale: #C4C4C4. Windows color (decimal): -1259702 or 4900844. OLE color: 4900844.

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

Color convert

RGB 236 199 74 -
CMYK 0 0.16 0.69 0.07
HSL 46.3º 0.81% 0.61% -
HSV(B) 46.3º 0.69% 0.93% -
XYZ 56.25 59.17 14.94 -
YUV 195.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 236 199 74 0 0.16 0.69 0.07 46.3 0.81 0.61
Hex EC C7 4A 0 10 45 7 2E 51 3D
Octal 354 307 112 0 20 105 7 56 121 75
Binary 11101100 11000111 1001010 0 10000 1000101 111 101110 1010001 111101

Color Harmonies of #ECC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC74A

Black with #ECC74A

Text Example


Text Example

White with #ECC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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