Html Css Color HEX #EFCE3B Festival

📋 copy color: '#EFCE3B'

red 239 ◦ green 206 ◦ blue 59

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

Shades of Festival #EFCE3B

Tints of Festival #EFCE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.71%

R = 47.42%
G = 40.87%
B = 11.71%

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

#EFCE3B (or 0xEFCE3B) is known color: Festival. HEX triplet: EF, CE and 3B. RGB value is (239,206,59). Sum of RGB (Red+Green+Blue) = 239+206+59=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE3B is #1031C4. Grayscale: #C7C7C7. Windows color (decimal): -1061317 or 3919599. OLE color: 3919599.

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

Color convert

RGB 239 206 59 -
CMYK 0 0.14 0.75 0.06
HSL 49º 0.85% 0.58% -
HSV(B) 49º 0.75% 0.94% -
XYZ 58.46 62.81 13.18 -
YUV 199.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 239 206 59 0 0.14 0.75 0.06 49 0.85 0.58
Hex EF CE 3B 0 E 4B 6 31 55 3A
Octal 357 316 73 0 16 113 6 61 125 72
Binary 11101111 11001110 111011 0 1110 1001011 110 110001 1010101 111010

Color Harmonies of #EFCE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE3B

Black with #EFCE3B

Text Example


Text Example

White with #EFCE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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