Html Css Color HEX #EFCE3C Festival

📋 copy color: '#EFCE3C'

red 239 ◦ green 206 ◦ blue 60

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

Shades of Festival #EFCE3C

Tints of Festival #EFCE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.88%

R = 47.33%
G = 40.79%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFCE3C (or 0xEFCE3C) is known color: Festival. HEX triplet: EF, CE and 3C. RGB value is (239,206,60). Sum of RGB (Red+Green+Blue) = 239+206+60=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE3C is #1031C3. Grayscale: #C7C7C7. Windows color (decimal): -1061316 or 3985135. OLE color: 3985135.

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

Color convert

RGB 239 206 60 -
CMYK 0 0.14 0.75 0.06
HSL 48.94º 0.85% 0.59% -
HSV(B) 48.94º 0.75% 0.94% -
XYZ 58.48 62.82 13.32 -
YUV 199.22 49.43 156.37 -
System Red Green Blue C M Y K H S L
Decimal 239 206 60 0 0.14 0.75 0.06 48.94 0.85 0.59
Hex EF CE 3C 0 E 4B 6 31 55 3B
Octal 357 316 74 0 16 113 6 61 125 73
Binary 11101111 11001110 111100 0 1110 1001011 110 110001 1010101 111011

Color Harmonies of #EFCE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE3C

Black with #EFCE3C

Text Example


Text Example

White with #EFCE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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