Html Css Color HEX #EFCA4D Festival

📋 copy color: '#EFCA4D'

red 239 ◦ green 202 ◦ blue 77

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

Shades of Festival #EFCA4D

Tints of Festival #EFCA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.86%

R = 46.14%
G = 39%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFCA4D (or 0xEFCA4D) is known color: Festival. HEX triplet: EF, CA and 4D. RGB value is (239,202,77). Sum of RGB (Red+Green+Blue) = 239+202+77=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA4D is #1035B2. Grayscale: #C7C7C7. Windows color (decimal): -1062323 or 5098223. OLE color: 5098223.

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

Color convert

RGB 239 202 77 -
CMYK 0 0.15 0.68 0.06
HSL 46.3º 0.84% 0.62% -
HSV(B) 46.3º 0.68% 0.94% -
XYZ 58.06 61.13 15.76 -
YUV 198.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 239 202 77 0 0.15 0.68 0.06 46.3 0.84 0.62
Hex EF CA 4D 0 F 44 6 2E 54 3E
Octal 357 312 115 0 17 104 6 56 124 76
Binary 11101111 11001010 1001101 0 1111 1000100 110 101110 1010100 111110

Color Harmonies of #EFCA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA4D

Black with #EFCA4D

Text Example


Text Example

White with #EFCA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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