Html Css Color HEX #ECCC4B Festival

📋 copy color: '#ECCC4B'

red 236 ◦ green 204 ◦ blue 75

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

Shades of Festival #ECCC4B

Tints of Festival #ECCC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.56%

R = 45.83%
G = 39.61%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECCC4B (or 0xECCC4B) is known color: Festival. HEX triplet: EC, CC and 4B. RGB value is (236,204,75). Sum of RGB (Red+Green+Blue) = 236+204+75=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC4B is #1333B4. Grayscale: #C7C7C7. Windows color (decimal): -1258421 or 4967660. OLE color: 4967660.

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

Color convert

RGB 236 204 75 -
CMYK 0 0.14 0.68 0.07
HSL 48.07º 0.81% 0.61% -
HSV(B) 48.07º 0.68% 0.93% -
XYZ 57.45 61.53 15.5 -
YUV 198.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 236 204 75 0 0.14 0.68 0.07 48.07 0.81 0.61
Hex EC CC 4B 0 E 44 7 30 51 3D
Octal 354 314 113 0 16 104 7 60 121 75
Binary 11101100 11001100 1001011 0 1110 1000100 111 110000 1010001 111101

Color Harmonies of #ECCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC4B

Black with #ECCC4B

Text Example


Text Example

White with #ECCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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