Html Css Color HEX #EFCA64 Golden Sand

📋 copy color: '#EFCA64'

red 239 ◦ green 202 ◦ blue 100

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

Shades of Golden Sand #EFCA64

Tints of Golden Sand #EFCA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.34%

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

R = 44.18%
G = 37.34%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFCA64 (or 0xEFCA64) is known color: Golden Sand. HEX triplet: EF, CA and 64. RGB value is (239,202,100). Sum of RGB (Red+Green+Blue) = 239+202+100=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA64 is #10359B. Grayscale: #C9C9C9. Windows color (decimal): -1062300 or 6605551. OLE color: 6605551.

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

Color convert

RGB 239 202 100 -
CMYK 0 0.15 0.58 0.06
HSL 44.03º 0.81% 0.66% -
HSV(B) 44.03º 0.58% 0.94% -
XYZ 59.02 61.51 20.82 -
YUV 201.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 239 202 100 0 0.15 0.58 0.06 44.03 0.81 0.66
Hex EF CA 64 0 F 3A 6 2C 51 42
Octal 357 312 144 0 17 72 6 54 121 102
Binary 11101111 11001010 1100100 0 1111 111010 110 101100 1010001 1000010

Color Harmonies of #EFCA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA64

Black with #EFCA64

Text Example


Text Example

White with #EFCA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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