Html Css Color HEX #EFD33F Festival

📋 copy color: '#EFD33F'

red 239 ◦ green 211 ◦ blue 63

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

Shades of Festival #EFD33F

Tints of Festival #EFD33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.13%

 BLUE value IS 63 (25% from 255) = 12.28%

R = 46.59%
G = 41.13%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFD33F (or 0xEFD33F) is known color: Festival. HEX triplet: EF, D3 and 3F. RGB value is (239,211,63). Sum of RGB (Red+Green+Blue) = 239+211+63=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD33F is #102CC0. Grayscale: #CBCBCB. Windows color (decimal): -1060033 or 4183023. OLE color: 4183023.

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

Color convert

RGB 239 211 63 -
CMYK 0 0.12 0.74 0.06
HSL 50.45º 0.85% 0.59% -
HSV(B) 50.45º 0.74% 0.94% -
XYZ 59.79 65.3 14.16 -
YUV 202.5 49.28 154.03 -
System Red Green Blue C M Y K H S L
Decimal 239 211 63 0 0.12 0.74 0.06 50.45 0.85 0.59
Hex EF D3 3F 0 C 4A 6 32 55 3B
Octal 357 323 77 0 14 112 6 62 125 73
Binary 11101111 11010011 111111 0 1100 1001010 110 110010 1010101 111011

Color Harmonies of #EFD33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD33F

Black with #EFD33F

Text Example


Text Example

White with #EFD33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD33F; }

 p { color: rgb(239,211,63); }

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

background-color css

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

 a { background-color: rgb(239,211,63); }

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

border-color css

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

 span { border-color: rgb(239,211,63); }

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