Html Css Color HEX #EECB3F Festival

📋 copy color: '#EECB3F'

red 238 ◦ green 203 ◦ blue 63

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

Shades of Festival #EECB3F

Tints of Festival #EECB3F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.28%

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

R = 47.22%
G = 40.28%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EECB3F (or 0xEECB3F) is known color: Festival. HEX triplet: EE, CB and 3F. RGB value is (238,203,63). Sum of RGB (Red+Green+Blue) = 238+203+63=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB3F is #1134C0. Grayscale: #C6C6C6. Windows color (decimal): -1127617 or 4180974. OLE color: 4180974.

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

Color convert

RGB 238 203 63 -
CMYK 0 0.15 0.74 0.07
HSL 48º 0.84% 0.59% -
HSV(B) 48º 0.74% 0.93% -
XYZ 57.51 61.25 13.49 -
YUV 197.51 52.1 156.88 -
System Red Green Blue C M Y K H S L
Decimal 238 203 63 0 0.15 0.74 0.07 48 0.84 0.59
Hex EE CB 3F 0 F 4A 7 30 54 3B
Octal 356 313 77 0 17 112 7 60 124 73
Binary 11101110 11001011 111111 0 1111 1001010 111 110000 1010100 111011

Color Harmonies of #EECB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB3F

Black with #EECB3F

Text Example


Text Example

White with #EECB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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