Html Css Color HEX #ECCB4A Festival

📋 copy color: '#ECCB4A'

red 236 ◦ green 203 ◦ blue 74

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

Shades of Festival #ECCB4A

Tints of Festival #ECCB4A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.57%

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

R = 46%
G = 39.57%
B = 14.42%

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

#ECCB4A (or 0xECCB4A) is known color: Festival. HEX triplet: EC, CB and 4A. RGB value is (236,203,74). Sum of RGB (Red+Green+Blue) = 236+203+74=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB4A is #1334B5. Grayscale: #C6C6C6. Windows color (decimal): -1258678 or 4901868. OLE color: 4901868.

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

Color convert

RGB 236 203 74 -
CMYK 0 0.14 0.69 0.07
HSL 47.78º 0.81% 0.61% -
HSV(B) 47.78º 0.69% 0.93% -
XYZ 57.18 61.04 15.25 -
YUV 198.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 236 203 74 0 0.14 0.69 0.07 47.78 0.81 0.61
Hex EC CB 4A 0 E 45 7 30 51 3D
Octal 354 313 112 0 16 105 7 60 121 75
Binary 11101100 11001011 1001010 0 1110 1000101 111 110000 1010001 111101

Color Harmonies of #ECCB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB4A

Black with #ECCB4A

Text Example


Text Example

White with #ECCB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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