Html Css Color HEX #EFD04D Festival

📋 copy color: '#EFD04D'

red 239 ◦ green 208 ◦ blue 77

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

Shades of Festival #EFD04D

Tints of Festival #EFD04D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

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

R = 45.61%
G = 39.69%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFD04D (or 0xEFD04D) is known color: Festival. HEX triplet: EF, D0 and 4D. RGB value is (239,208,77). Sum of RGB (Red+Green+Blue) = 239+208+77=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD04D is #102FB2. Grayscale: #CACACA. Windows color (decimal): -1060787 or 5099759. OLE color: 5099759.

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

Color convert

RGB 239 208 77 -
CMYK 0 0.13 0.68 0.06
HSL 48.52º 0.84% 0.62% -
HSV(B) 48.52º 0.68% 0.94% -
XYZ 59.49 64 16.24 -
YUV 202.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 239 208 77 0 0.13 0.68 0.06 48.52 0.84 0.62
Hex EF D0 4D 0 D 44 6 31 54 3E
Octal 357 320 115 0 15 104 6 61 124 76
Binary 11101111 11010000 1001101 0 1101 1000100 110 110001 1010100 111110

Color Harmonies of #EFD04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD04D

Black with #EFD04D

Text Example


Text Example

White with #EFD04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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