Html Css Color HEX #EFCE4D Festival

📋 copy color: '#EFCE4D'

red 239 ◦ green 206 ◦ blue 77

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

Shades of Festival #EFCE4D

Tints of Festival #EFCE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.75%

R = 45.79%
G = 39.46%
B = 14.75%

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

#EFCE4D (or 0xEFCE4D) is known color: Festival. HEX triplet: EF, CE and 4D. RGB value is (239,206,77). Sum of RGB (Red+Green+Blue) = 239+206+77=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE4D is #1031B2. Grayscale: #C9C9C9. Windows color (decimal): -1061299 or 5099247. OLE color: 5099247.

HSL color Cylindrical-coordinate representation of color #EFCE4D: hue angle of 47.78º 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 #EFCE4D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 77 -
CMYK 0 0.14 0.68 0.06
HSL 47.78º 0.84% 0.62% -
HSV(B) 47.78º 0.68% 0.94% -
XYZ 59.01 63.03 16.08 -
YUV 201.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 239 206 77 0 0.14 0.68 0.06 47.78 0.84 0.62
Hex EF CE 4D 0 E 44 6 30 54 3E
Octal 357 316 115 0 16 104 6 60 124 76
Binary 11101111 11001110 1001101 0 1110 1000100 110 110000 1010100 111110

Color Harmonies of #EFCE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE4D

Black with #EFCE4D

Text Example


Text Example

White with #EFCE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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