Html Css Color HEX #ECCE4B Festival

📋 copy color: '#ECCE4B'

red 236 ◦ green 206 ◦ blue 75

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

Shades of Festival #ECCE4B

Tints of Festival #ECCE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.85%

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

R = 45.65%
G = 39.85%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECCE4B (or 0xECCE4B) is known color: Festival. HEX triplet: EC, CE and 4B. RGB value is (236,206,75). Sum of RGB (Red+Green+Blue) = 236+206+75=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE4B is #1331B4. Grayscale: #C8C8C8. Windows color (decimal): -1257909 or 4968172. OLE color: 4968172.

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

Color convert

RGB 236 206 75 -
CMYK 0 0.13 0.68 0.07
HSL 48.82º 0.81% 0.61% -
HSV(B) 48.82º 0.68% 0.93% -
XYZ 57.93 62.48 15.66 -
YUV 200.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 236 206 75 0 0.13 0.68 0.07 48.82 0.81 0.61
Hex EC CE 4B 0 D 44 7 31 51 3D
Octal 354 316 113 0 15 104 7 61 121 75
Binary 11101100 11001110 1001011 0 1101 1000100 111 110001 1010001 111101

Color Harmonies of #ECCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE4B

Black with #ECCE4B

Text Example


Text Example

White with #ECCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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