Html Css Color HEX #EFD24D Festival

📋 copy color: '#EFD24D'

red 239 ◦ green 210 ◦ blue 77

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

Shades of Festival #EFD24D

Tints of Festival #EFD24D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 45.44%
G = 39.92%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFD24D (or 0xEFD24D) is known color: Festival. HEX triplet: EF, D2 and 4D. RGB value is (239,210,77). Sum of RGB (Red+Green+Blue) = 239+210+77=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD24D is #102DB2. Grayscale: #CCCCCC. Windows color (decimal): -1060275 or 5100271. OLE color: 5100271.

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

Color convert

RGB 239 210 77 -
CMYK 0 0.12 0.68 0.06
HSL 49.26º 0.84% 0.62% -
HSV(B) 49.26º 0.68% 0.94% -
XYZ 59.98 64.98 16.4 -
YUV 203.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 239 210 77 0 0.12 0.68 0.06 49.26 0.84 0.62
Hex EF D2 4D 0 C 44 6 31 54 3E
Octal 357 322 115 0 14 104 6 61 124 76
Binary 11101111 11010010 1001101 0 1100 1000100 110 110001 1010100 111110

Color Harmonies of #EFD24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD24D

Black with #EFD24D

Text Example


Text Example

White with #EFD24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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