Html Css Color HEX #EFCD4F Festival

📋 copy color: '#EFCD4F'

red 239 ◦ green 205 ◦ blue 79

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

Shades of Festival #EFCD4F

Tints of Festival #EFCD4F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.2%

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

R = 45.7%
G = 39.2%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFCD4F (or 0xEFCD4F) is known color: Festival. HEX triplet: EF, CD and 4F. RGB value is (239,205,79). Sum of RGB (Red+Green+Blue) = 239+205+79=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD4F is #1032B0. Grayscale: #C9C9C9. Windows color (decimal): -1061553 or 5230063. OLE color: 5230063.

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

Color convert

RGB 239 205 79 -
CMYK 0 0.14 0.67 0.06
HSL 47.25º 0.83% 0.62% -
HSV(B) 47.25º 0.67% 0.94% -
XYZ 58.84 62.58 16.37 -
YUV 200.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 239 205 79 0 0.14 0.67 0.06 47.25 0.83 0.62
Hex EF CD 4F 0 E 43 6 2F 53 3E
Octal 357 315 117 0 16 103 6 57 123 76
Binary 11101111 11001101 1001111 0 1110 1000011 110 101111 1010011 111110

Color Harmonies of #EFCD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD4F

Black with #EFCD4F

Text Example


Text Example

White with #EFCD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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