Html Css Color HEX #EEC74B Festival

📋 copy color: '#EEC74B'

red 238 ◦ green 199 ◦ blue 75

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

Shades of Festival #EEC74B

Tints of Festival #EEC74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.87%

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

R = 46.48%
G = 38.87%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEC74B (or 0xEEC74B) is known color: Festival. HEX triplet: EE, C7 and 4B. RGB value is (238,199,75). Sum of RGB (Red+Green+Blue) = 238+199+75=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC74B is #1138B4. Grayscale: #C5C5C5. Windows color (decimal): -1128629 or 4966382. OLE color: 4966382.

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

Color convert

RGB 238 199 75 -
CMYK 0 0.16 0.68 0.07
HSL 45.64º 0.83% 0.61% -
HSV(B) 45.64º 0.68% 0.93% -
XYZ 56.95 59.53 15.15 -
YUV 196.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 238 199 75 0 0.16 0.68 0.07 45.64 0.83 0.61
Hex EE C7 4B 0 10 44 7 2E 53 3D
Octal 356 307 113 0 20 104 7 56 123 75
Binary 11101110 11000111 1001011 0 10000 1000100 111 101110 1010011 111101

Color Harmonies of #EEC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC74B

Black with #EEC74B

Text Example


Text Example

White with #EEC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC74B; }

 p { color: rgb(238,199,75); }

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

background-color css

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

 a { background-color: rgb(238,199,75); }

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

border-color css

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

 span { border-color: rgb(238,199,75); }

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