Html Css Color HEX #ECCB4E Festival

📋 copy color: '#ECCB4E'

red 236 ◦ green 203 ◦ blue 78

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

Shades of Festival #ECCB4E

Tints of Festival #ECCB4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.09%

R = 45.65%
G = 39.26%
B = 15.09%

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

#ECCB4E (or 0xECCB4E) is known color: Festival. HEX triplet: EC, CB and 4E. RGB value is (236,203,78). Sum of RGB (Red+Green+Blue) = 236+203+78=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB4E is #1334B1. Grayscale: #C7C7C7. Windows color (decimal): -1258674 or 5164012. OLE color: 5164012.

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

Color convert

RGB 236 203 78 -
CMYK 0 0.14 0.67 0.07
HSL 47.47º 0.81% 0.62% -
HSV(B) 47.47º 0.67% 0.93% -
XYZ 57.32 61.09 15.98 -
YUV 198.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 236 203 78 0 0.14 0.67 0.07 47.47 0.81 0.62
Hex EC CB 4E 0 E 43 7 2F 51 3E
Octal 354 313 116 0 16 103 7 57 121 76
Binary 11101100 11001011 1001110 0 1110 1000011 111 101111 1010001 111110

Color Harmonies of #ECCB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB4E

Black with #ECCB4E

Text Example


Text Example

White with #ECCB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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