Html Css Color HEX #EFCD3F Festival

📋 copy color: '#EFCD3F'

red 239 ◦ green 205 ◦ blue 63

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

Shades of Festival #EFCD3F

Tints of Festival #EFCD3F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

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

R = 47.14%
G = 40.43%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFCD3F (or 0xEFCD3F) is known color: Festival. HEX triplet: EF, CD and 3F. RGB value is (239,205,63). Sum of RGB (Red+Green+Blue) = 239+205+63=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 63 (25% from 255 or 12.43% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD3F is #1032C0. Grayscale: #C7C7C7. Windows color (decimal): -1061569 or 4181487. OLE color: 4181487.

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

Color convert

RGB 239 205 63 -
CMYK 0 0.14 0.74 0.06
HSL 48.41º 0.85% 0.59% -
HSV(B) 48.41º 0.74% 0.94% -
XYZ 58.33 62.37 13.67 -
YUV 198.98 51.26 156.55 -
System Red Green Blue C M Y K H S L
Decimal 239 205 63 0 0.14 0.74 0.06 48.41 0.85 0.59
Hex EF CD 3F 0 E 4A 6 30 55 3B
Octal 357 315 77 0 16 112 6 60 125 73
Binary 11101111 11001101 111111 0 1110 1001010 110 110000 1010101 111011

Color Harmonies of #EFCD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD3F

Black with #EFCD3F

Text Example


Text Example

White with #EFCD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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