Html Css Color HEX #EFCA40 Festival

📋 copy color: '#EFCA40'

red 239 ◦ green 202 ◦ blue 64

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

Shades of Festival #EFCA40

Tints of Festival #EFCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 12.67%

R = 47.33%
G = 40%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFCA40 (or 0xEFCA40) is known color: Festival. HEX triplet: EF, CA and 40. RGB value is (239,202,64). Sum of RGB (Red+Green+Blue) = 239+202+64=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA40 is #1035BF. Grayscale: #C5C5C5. Windows color (decimal): -1062336 or 4246255. OLE color: 4246255.

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

Color convert

RGB 239 202 64 -
CMYK 0 0.15 0.73 0.06
HSL 47.31º 0.85% 0.59% -
HSV(B) 47.31º 0.73% 0.94% -
XYZ 57.64 60.96 13.58 -
YUV 197.33 52.76 157.72 -
System Red Green Blue C M Y K H S L
Decimal 239 202 64 0 0.15 0.73 0.06 47.31 0.85 0.59
Hex EF CA 40 0 F 49 6 2F 55 3B
Octal 357 312 100 0 17 111 6 57 125 73
Binary 11101111 11001010 1000000 0 1111 1001001 110 101111 1010101 111011

Color Harmonies of #EFCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA40

Black with #EFCA40

Text Example


Text Example

White with #EFCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA40; }

 p { color: rgb(239,202,64); }

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

background-color css

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

 a { background-color: rgb(239,202,64); }

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

border-color css

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

 span { border-color: rgb(239,202,64); }

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