Html Css Color HEX #EFD244 Festival

📋 copy color: '#EFD244'

red 239 ◦ green 210 ◦ blue 68

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

Shades of Festival #EFD244

Tints of Festival #EFD244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.15%

R = 46.23%
G = 40.62%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFD244 (or 0xEFD244) is known color: Festival. HEX triplet: EF, D2 and 44. RGB value is (239,210,68). Sum of RGB (Red+Green+Blue) = 239+210+68=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD244 is #102DBB. Grayscale: #CBCBCB. Windows color (decimal): -1060284 or 4510447. OLE color: 4510447.

HSL color Cylindrical-coordinate representation of color #EFD244: hue angle of 49.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFD244 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 68 -
CMYK 0 0.12 0.72 0.06
HSL 49.82º 0.84% 0.6% -
HSV(B) 49.82º 0.72% 0.94% -
XYZ 59.69 64.86 14.84 -
YUV 202.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 239 210 68 0 0.12 0.72 0.06 49.82 0.84 0.6
Hex EF D2 44 0 C 48 6 32 54 3C
Octal 357 322 104 0 14 110 6 62 124 74
Binary 11101111 11010010 1000100 0 1100 1001000 110 110010 1010100 111100

Color Harmonies of #EFD244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD244

Black with #EFD244

Text Example


Text Example

White with #EFD244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD244; }

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

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

background-color css

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

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

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

border-color css

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

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

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