Html Css Color HEX #EFCE50 Festival

📋 copy color: '#EFCE50'

red 239 ◦ green 206 ◦ blue 80

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

Shades of Festival #EFCE50

Tints of Festival #EFCE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.24%

R = 45.52%
G = 39.24%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFCE50 (or 0xEFCE50) is known color: Festival. HEX triplet: EF, CE and 50. RGB value is (239,206,80). Sum of RGB (Red+Green+Blue) = 239+206+80=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE50 is #1031AF. Grayscale: #CACACA. Windows color (decimal): -1061296 or 5295855. OLE color: 5295855.

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

Color convert

RGB 239 206 80 -
CMYK 0 0.14 0.67 0.06
HSL 47.55º 0.83% 0.63% -
HSV(B) 47.55º 0.67% 0.94% -
XYZ 59.12 63.07 16.65 -
YUV 201.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 239 206 80 0 0.14 0.67 0.06 47.55 0.83 0.63
Hex EF CE 50 0 E 43 6 30 53 3F
Octal 357 316 120 0 16 103 6 60 123 77
Binary 11101111 11001110 1010000 0 1110 1000011 110 110000 1010011 111111

Color Harmonies of #EFCE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE50

Black with #EFCE50

Text Example


Text Example

White with #EFCE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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