Html Css Color HEX #EFD43F Festival

📋 copy color: '#EFD43F'

red 239 ◦ green 212 ◦ blue 63

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

Shades of Festival #EFD43F

Tints of Festival #EFD43F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.25%

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

R = 46.5%
G = 41.25%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFD43F (or 0xEFD43F) is known color: Festival. HEX triplet: EF, D4 and 3F. RGB value is (239,212,63). Sum of RGB (Red+Green+Blue) = 239+212+63=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD43F is #102BC0. Grayscale: #CBCBCB. Windows color (decimal): -1059777 or 4183279. OLE color: 4183279.

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

Color convert

RGB 239 212 63 -
CMYK 0 0.11 0.74 0.06
HSL 50.8º 0.85% 0.59% -
HSV(B) 50.8º 0.74% 0.94% -
XYZ 60.04 65.8 14.24 -
YUV 203.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 239 212 63 0 0.11 0.74 0.06 50.8 0.85 0.59
Hex EF D4 3F 0 B 4A 6 33 55 3B
Octal 357 324 77 0 13 112 6 63 125 73
Binary 11101111 11010100 111111 0 1011 1001010 110 110011 1010101 111011

Color Harmonies of #EFD43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD43F

Black with #EFD43F

Text Example


Text Example

White with #EFD43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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