Html Css Color HEX #ECCE3D Festival

📋 copy color: '#ECCE3D'

red 236 ◦ green 206 ◦ blue 61

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

Shades of Festival #ECCE3D

Tints of Festival #ECCE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.13%

R = 46.92%
G = 40.95%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ECCE3D (or 0xECCE3D) is known color: Festival. HEX triplet: EC, CE and 3D. RGB value is (236,206,61). Sum of RGB (Red+Green+Blue) = 236+206+61=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE3D is #1331C2. Grayscale: #C7C7C7. Windows color (decimal): -1257923 or 4050668. OLE color: 4050668.

HSL color Cylindrical-coordinate representation of color #ECCE3D: hue angle of 49.71º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECCE3D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 206 61 -
CMYK 0 0.13 0.74 0.07
HSL 49.71º 0.82% 0.58% -
HSV(B) 49.71º 0.74% 0.93% -
XYZ 57.51 62.31 13.41 -
YUV 198.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 236 206 61 0 0.13 0.74 0.07 49.71 0.82 0.58
Hex EC CE 3D 0 D 4A 7 32 52 3A
Octal 354 316 75 0 15 112 7 62 122 72
Binary 11101100 11001110 111101 0 1101 1001010 111 110010 1010010 111010

Color Harmonies of #ECCE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE3D

Black with #ECCE3D

Text Example


Text Example

White with #ECCE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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