Html Css Color HEX #EFD347 Festival

📋 copy color: '#EFD347'

red 239 ◦ green 211 ◦ blue 71

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

Shades of Festival #EFD347

Tints of Festival #EFD347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.63%

R = 45.87%
G = 40.5%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFD347 (or 0xEFD347) is known color: Festival. HEX triplet: EF, D3 and 47. RGB value is (239,211,71). Sum of RGB (Red+Green+Blue) = 239+211+71=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD347 is #102CB8. Grayscale: #CCCCCC. Windows color (decimal): -1060025 or 4707311. OLE color: 4707311.

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

Color convert

RGB 239 211 71 -
CMYK 0 0.12 0.70 0.06
HSL 50º 0.84% 0.61% -
HSV(B) 50º 0.7% 0.94% -
XYZ 60.03 65.39 15.42 -
YUV 203.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 239 211 71 0 0.12 0.70 0.06 50 0.84 0.61
Hex EF D3 47 0 C 46 6 32 54 3D
Octal 357 323 107 0 14 106 6 62 124 75
Binary 11101111 11010011 1000111 0 1100 1000110 110 110010 1010100 111101

Color Harmonies of #EFD347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD347

Black with #EFD347

Text Example


Text Example

White with #EFD347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD347; }

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

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

background-color css

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

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

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

border-color css

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

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

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