Html Css Color HEX #EFCC4A Festival

📋 copy color: '#EFCC4A'

red 239 ◦ green 204 ◦ blue 74

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

Shades of Festival #EFCC4A

Tints of Festival #EFCC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.46%

 BLUE value IS 74 (29.3% from 255) = 14.31%

R = 46.23%
G = 39.46%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFCC4A (or 0xEFCC4A) is known color: Festival. HEX triplet: EF, CC and 4A. RGB value is (239,204,74). Sum of RGB (Red+Green+Blue) = 239+204+74=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC4A is #1033B5. Grayscale: #C8C8C8. Windows color (decimal): -1061814 or 4902127. OLE color: 4902127.

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

Color convert

RGB 239 204 74 -
CMYK 0 0.15 0.69 0.06
HSL 47.27º 0.84% 0.61% -
HSV(B) 47.27º 0.69% 0.94% -
XYZ 58.43 62.03 15.37 -
YUV 199.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 239 204 74 0 0.15 0.69 0.06 47.27 0.84 0.61
Hex EF CC 4A 0 F 45 6 2F 54 3D
Octal 357 314 112 0 17 105 6 57 124 75
Binary 11101111 11001100 1001010 0 1111 1000101 110 101111 1010100 111101

Color Harmonies of #EFCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC4A

Black with #EFCC4A

Text Example


Text Example

White with #EFCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC4A; }

 p { color: rgb(239,204,74); }

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

background-color css

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

 a { background-color: rgb(239,204,74); }

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

border-color css

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

 span { border-color: rgb(239,204,74); }

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