Html Css Color HEX #EFCE4C Festival

📋 copy color: '#EFCE4C'

red 239 ◦ green 206 ◦ blue 76

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

Shades of Festival #EFCE4C

Tints of Festival #EFCE4C

RGB

 RED value IS 239 (93.75% from 255) = 45.87%

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

 BLUE value IS 76 (30.08% from 255) = 14.59%

R = 45.87%
G = 39.54%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFCE4C (or 0xEFCE4C) is known color: Festival. HEX triplet: EF, CE and 4C. RGB value is (239,206,76). Sum of RGB (Red+Green+Blue) = 239+206+76=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE4C is #1031B3. Grayscale: #C9C9C9. Windows color (decimal): -1061300 or 5033711. OLE color: 5033711.

HSL color Cylindrical-coordinate representation of color #EFCE4C: hue angle of 47.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFCE4C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 76 -
CMYK 0 0.14 0.68 0.06
HSL 47.85º 0.84% 0.62% -
HSV(B) 47.85º 0.68% 0.94% -
XYZ 58.97 63.02 15.89 -
YUV 201.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 239 206 76 0 0.14 0.68 0.06 47.85 0.84 0.62
Hex EF CE 4C 0 E 44 6 30 54 3E
Octal 357 316 114 0 16 104 6 60 124 76
Binary 11101111 11001110 1001100 0 1110 1000100 110 110000 1010100 111110

Color Harmonies of #EFCE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE4C

Black with #EFCE4C

Text Example


Text Example

White with #EFCE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE4C; }

 p { color: rgb(239,206,76); }

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

background-color css

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

 a { background-color: rgb(239,206,76); }

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

border-color css

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

 span { border-color: rgb(239,206,76); }

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