Html Css Color HEX #EFCE4A Festival

📋 copy color: '#EFCE4A'

red 239 ◦ green 206 ◦ blue 74

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

Shades of Festival #EFCE4A

Tints of Festival #EFCE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

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

R = 46.05%
G = 39.69%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFCE4A (or 0xEFCE4A) is known color: Festival. HEX triplet: EF, CE and 4A. RGB value is (239,206,74). Sum of RGB (Red+Green+Blue) = 239+206+74=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE4A is #1031B5. Grayscale: #C9C9C9. Windows color (decimal): -1061302 or 4902639. OLE color: 4902639.

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

Color convert

RGB 239 206 74 -
CMYK 0 0.14 0.69 0.06
HSL 48º 0.84% 0.61% -
HSV(B) 48º 0.69% 0.94% -
XYZ 58.9 62.99 15.53 -
YUV 200.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 239 206 74 0 0.14 0.69 0.06 48 0.84 0.61
Hex EF CE 4A 0 E 45 6 30 54 3D
Octal 357 316 112 0 16 105 6 60 124 75
Binary 11101111 11001110 1001010 0 1110 1000101 110 110000 1010100 111101

Color Harmonies of #EFCE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE4A

Black with #EFCE4A

Text Example


Text Example

White with #EFCE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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