Html Css Color HEX #EFCD4E Festival

📋 copy color: '#EFCD4E'

red 239 ◦ green 205 ◦ blue 78

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

Shades of Festival #EFCD4E

Tints of Festival #EFCD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.94%

R = 45.79%
G = 39.27%
B = 14.94%

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

#EFCD4E (or 0xEFCD4E) is known color: Festival. HEX triplet: EF, CD and 4E. RGB value is (239,205,78). Sum of RGB (Red+Green+Blue) = 239+205+78=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD4E is #1032B1. Grayscale: #C9C9C9. Windows color (decimal): -1061554 or 5164527. OLE color: 5164527.

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

Color convert

RGB 239 205 78 -
CMYK 0 0.14 0.67 0.06
HSL 47.33º 0.83% 0.62% -
HSV(B) 47.33º 0.67% 0.94% -
XYZ 58.8 62.56 16.18 -
YUV 200.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 239 205 78 0 0.14 0.67 0.06 47.33 0.83 0.62
Hex EF CD 4E 0 E 43 6 2F 53 3E
Octal 357 315 116 0 16 103 6 57 123 76
Binary 11101111 11001101 1001110 0 1110 1000011 110 101111 1010011 111110

Color Harmonies of #EFCD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD4E

Black with #EFCD4E

Text Example


Text Example

White with #EFCD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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