Html Css Color HEX #EFCA3E Festival

📋 copy color: '#EFCA3E'

red 239 ◦ green 202 ◦ blue 62

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

Shades of Festival #EFCA3E

Tints of Festival #EFCA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.33%

R = 47.51%
G = 40.16%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFCA3E (or 0xEFCA3E) is known color: Festival. HEX triplet: EF, CA and 3E. RGB value is (239,202,62). Sum of RGB (Red+Green+Blue) = 239+202+62=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA3E is #1035C1. Grayscale: #C5C5C5. Windows color (decimal): -1062338 or 4115183. OLE color: 4115183.

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

Color convert

RGB 239 202 62 -
CMYK 0 0.15 0.74 0.06
HSL 47.46º 0.85% 0.59% -
HSV(B) 47.46º 0.74% 0.94% -
XYZ 57.59 60.94 13.28 -
YUV 197.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 239 202 62 0 0.15 0.74 0.06 47.46 0.85 0.59
Hex EF CA 3E 0 F 4A 6 2F 55 3B
Octal 357 312 76 0 17 112 6 57 125 73
Binary 11101111 11001010 111110 0 1111 1001010 110 101111 1010101 111011

Color Harmonies of #EFCA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA3E

Black with #EFCA3E

Text Example


Text Example

White with #EFCA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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