Html Css Color HEX #EFCC4F Festival

📋 copy color: '#EFCC4F'

red 239 ◦ green 204 ◦ blue 79

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

Shades of Festival #EFCC4F

Tints of Festival #EFCC4F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 79 (31.25% from 255) = 15.13%

R = 45.79%
G = 39.08%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFCC4F (or 0xEFCC4F) is known color: Festival. HEX triplet: EF, CC and 4F. RGB value is (239,204,79). Sum of RGB (Red+Green+Blue) = 239+204+79=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC4F is #1033B0. Grayscale: #C8C8C8. Windows color (decimal): -1061809 or 5229807. OLE color: 5229807.

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

Color convert

RGB 239 204 79 -
CMYK 0 0.15 0.67 0.06
HSL 46.88º 0.83% 0.62% -
HSV(B) 46.88º 0.67% 0.94% -
XYZ 58.6 62.1 16.3 -
YUV 200.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 239 204 79 0 0.15 0.67 0.06 46.88 0.83 0.62
Hex EF CC 4F 0 F 43 6 2F 53 3E
Octal 357 314 117 0 17 103 6 57 123 76
Binary 11101111 11001100 1001111 0 1111 1000011 110 101111 1010011 111110

Color Harmonies of #EFCC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC4F

Black with #EFCC4F

Text Example


Text Example

White with #EFCC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC4F; }

 p { color: rgb(239,204,79); }

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

background-color css

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

 a { background-color: rgb(239,204,79); }

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

border-color css

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

 span { border-color: rgb(239,204,79); }

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