Html Css Color HEX #EFCA68 Golden Sand

📋 copy color: '#EFCA68'

red 239 ◦ green 202 ◦ blue 104

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

Shades of Golden Sand #EFCA68

Tints of Golden Sand #EFCA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 43.85%
G = 37.06%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFCA68 (or 0xEFCA68) is known color: Golden Sand. HEX triplet: EF, CA and 68. RGB value is (239,202,104). Sum of RGB (Red+Green+Blue) = 239+202+104=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA68 is #103597. Grayscale: #CACACA. Windows color (decimal): -1062296 or 6867695. OLE color: 6867695.

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

Color convert

RGB 239 202 104 -
CMYK 0 0.15 0.56 0.06
HSL 43.56º 0.81% 0.67% -
HSV(B) 43.56º 0.56% 0.94% -
XYZ 59.22 61.59 21.86 -
YUV 201.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 239 202 104 0 0.15 0.56 0.06 43.56 0.81 0.67
Hex EF CA 68 0 F 38 6 2C 51 43
Octal 357 312 150 0 17 70 6 54 121 103
Binary 11101111 11001010 1101000 0 1111 111000 110 101100 1010001 1000011

Color Harmonies of #EFCA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA68

Black with #EFCA68

Text Example


Text Example

White with #EFCA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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