Html Css Color HEX #EFCE64 Golden Sand

📋 copy color: '#EFCE64'

red 239 ◦ green 206 ◦ blue 100

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

Shades of Golden Sand #EFCE64

Tints of Golden Sand #EFCE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.35%

R = 43.85%
G = 37.8%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFCE64 (or 0xEFCE64) is known color: Golden Sand. HEX triplet: EF, CE and 64. RGB value is (239,206,100). Sum of RGB (Red+Green+Blue) = 239+206+100=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE64 is #10319B. Grayscale: #CCCCCC. Windows color (decimal): -1061276 or 6606575. OLE color: 6606575.

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

Color convert

RGB 239 206 100 -
CMYK 0 0.14 0.58 0.06
HSL 45.76º 0.81% 0.66% -
HSV(B) 45.76º 0.58% 0.94% -
XYZ 59.97 63.41 21.14 -
YUV 203.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 239 206 100 0 0.14 0.58 0.06 45.76 0.81 0.66
Hex EF CE 64 0 E 3A 6 2E 51 42
Octal 357 316 144 0 16 72 6 56 121 102
Binary 11101111 11001110 1100100 0 1110 111010 110 101110 1010001 1000010

Color Harmonies of #EFCE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE64

Black with #EFCE64

Text Example


Text Example

White with #EFCE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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