Html Css Color HEX #EEC94A Festival

📋 copy color: '#EEC94A'

red 238 ◦ green 201 ◦ blue 74

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

Shades of Festival #EEC94A

Tints of Festival #EEC94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

 BLUE value IS 74 (29.3% from 255) = 14.42%

R = 46.39%
G = 39.18%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEC94A (or 0xEEC94A) is known color: Festival. HEX triplet: EE, C9 and 4A. RGB value is (238,201,74). Sum of RGB (Red+Green+Blue) = 238+201+74=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC94A is #1136B5. Grayscale: #C6C6C6. Windows color (decimal): -1128118 or 4901358. OLE color: 4901358.

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

Color convert

RGB 238 201 74 -
CMYK 0 0.16 0.69 0.07
HSL 46.46º 0.83% 0.61% -
HSV(B) 46.46º 0.69% 0.93% -
XYZ 57.38 60.44 15.12 -
YUV 197.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 238 201 74 0 0.16 0.69 0.07 46.46 0.83 0.61
Hex EE C9 4A 0 10 45 7 2E 53 3D
Octal 356 311 112 0 20 105 7 56 123 75
Binary 11101110 11001001 1001010 0 10000 1000101 111 101110 1010011 111101

Color Harmonies of #EEC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC94A

Black with #EEC94A

Text Example


Text Example

White with #EEC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC94A; }

 p { color: rgb(238,201,74); }

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

background-color css

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

 a { background-color: rgb(238,201,74); }

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

border-color css

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

 span { border-color: rgb(238,201,74); }

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