Html Css Color HEX #EFCA65 Golden Sand

📋 copy color: '#EFCA65'

red 239 ◦ green 202 ◦ blue 101

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

Shades of Golden Sand #EFCA65

Tints of Golden Sand #EFCA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.63%

R = 44.1%
G = 37.27%
B = 18.63%

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

#EFCA65 (or 0xEFCA65) is known color: Golden Sand. HEX triplet: EF, CA and 65. RGB value is (239,202,101). Sum of RGB (Red+Green+Blue) = 239+202+101=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA65 is #10359A. Grayscale: #C9C9C9. Windows color (decimal): -1062299 or 6671087. OLE color: 6671087.

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

Color convert

RGB 239 202 101 -
CMYK 0 0.15 0.58 0.06
HSL 43.91º 0.81% 0.67% -
HSV(B) 43.91º 0.58% 0.94% -
XYZ 59.07 61.53 21.08 -
YUV 201.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 239 202 101 0 0.15 0.58 0.06 43.91 0.81 0.67
Hex EF CA 65 0 F 3A 6 2C 51 43
Octal 357 312 145 0 17 72 6 54 121 103
Binary 11101111 11001010 1100101 0 1111 111010 110 101100 1010001 1000011

Color Harmonies of #EFCA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA65

Black with #EFCA65

Text Example


Text Example

White with #EFCA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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