Html Css Color HEX #EFCF64 Golden Sand

📋 copy color: '#EFCF64'

red 239 ◦ green 207 ◦ blue 100

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

Shades of Golden Sand #EFCF64

Tints of Golden Sand #EFCF64

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.91%

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

R = 43.77%
G = 37.91%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFCF64 (or 0xEFCF64) is known color: Golden Sand. HEX triplet: EF, CF and 64. RGB value is (239,207,100). Sum of RGB (Red+Green+Blue) = 239+207+100=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF64 is #10309B. Grayscale: #CCCCCC. Windows color (decimal): -1061020 or 6606831. OLE color: 6606831.

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

Color convert

RGB 239 207 100 -
CMYK 0 0.13 0.58 0.06
HSL 46.19º 0.81% 0.66% -
HSV(B) 46.19º 0.58% 0.94% -
XYZ 60.21 63.9 21.22 -
YUV 204.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 239 207 100 0 0.13 0.58 0.06 46.19 0.81 0.66
Hex EF CF 64 0 D 3A 6 2E 51 42
Octal 357 317 144 0 15 72 6 56 121 102
Binary 11101111 11001111 1100100 0 1101 111010 110 101110 1010001 1000010

Color Harmonies of #EFCF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF64

Black with #EFCF64

Text Example


Text Example

White with #EFCF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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