Html Css Color HEX #EECD3F Festival

📋 copy color: '#EECD3F'

red 238 ◦ green 205 ◦ blue 63

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

Shades of Festival #EECD3F

Tints of Festival #EECD3F

RGB

 RED value IS 238 (93.36% from 255) = 47.04%

 GREEN value IS 205 (80.47% from 255) = 40.51%

 BLUE value IS 63 (25% from 255) = 12.45%

R = 47.04%
G = 40.51%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EECD3F (or 0xEECD3F) is known color: Festival. HEX triplet: EE, CD and 3F. RGB value is (238,205,63). Sum of RGB (Red+Green+Blue) = 238+205+63=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD3F is #1132C0. Grayscale: #C7C7C7. Windows color (decimal): -1127105 or 4181486. OLE color: 4181486.

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

Color convert

RGB 238 205 63 -
CMYK 0 0.14 0.74 0.07
HSL 48.69º 0.84% 0.59% -
HSV(B) 48.69º 0.74% 0.93% -
XYZ 57.99 62.2 13.65 -
YUV 198.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 238 205 63 0 0.14 0.74 0.07 48.69 0.84 0.59
Hex EE CD 3F 0 E 4A 7 31 54 3B
Octal 356 315 77 0 16 112 7 61 124 73
Binary 11101110 11001101 111111 0 1110 1001010 111 110001 1010100 111011

Color Harmonies of #EECD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD3F

Black with #EECD3F

Text Example


Text Example

White with #EECD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD3F; }

 p { color: rgb(238,205,63); }

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

background-color css

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

 a { background-color: rgb(238,205,63); }

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

border-color css

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

 span { border-color: rgb(238,205,63); }

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