Html Css Color HEX #EFCF3F Festival

📋 copy color: '#EFCF3F'

red 239 ◦ green 207 ◦ blue 63

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

Shades of Festival #EFCF3F

Tints of Festival #EFCF3F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

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

R = 46.95%
G = 40.67%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFCF3F (or 0xEFCF3F) is known color: Festival. HEX triplet: EF, CF and 3F. RGB value is (239,207,63). Sum of RGB (Red+Green+Blue) = 239+207+63=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF3F is #1030C0. Grayscale: #C8C8C8. Windows color (decimal): -1061057 or 4181999. OLE color: 4181999.

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

Color convert

RGB 239 207 63 -
CMYK 0 0.13 0.74 0.06
HSL 49.09º 0.85% 0.59% -
HSV(B) 49.09º 0.74% 0.94% -
XYZ 58.81 63.34 13.83 -
YUV 200.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 239 207 63 0 0.13 0.74 0.06 49.09 0.85 0.59
Hex EF CF 3F 0 D 4A 6 31 55 3B
Octal 357 317 77 0 15 112 6 61 125 73
Binary 11101111 11001111 111111 0 1101 1001010 110 110001 1010101 111011

Color Harmonies of #EFCF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF3F

Black with #EFCF3F

Text Example


Text Example

White with #EFCF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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