Html Css Color HEX #E6CA65 Golden Sand

📋 copy color: '#E6CA65'

red 230 ◦ green 202 ◦ blue 101

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

Shades of Golden Sand #E6CA65

Tints of Golden Sand #E6CA65

RGB

 RED value IS 230 (90.23% from 255) = 43.15%

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

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

R = 43.15%
G = 37.9%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E6CA65 (or 0xE6CA65) is known color: Golden Sand. HEX triplet: E6, CA and 65. RGB value is (230,202,101). Sum of RGB (Red+Green+Blue) = 230+202+101=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA65 is #19359A. Grayscale: #C7C7C7. Windows color (decimal): -1652123 or 6671078. OLE color: 6671078.

HSL color Cylindrical-coordinate representation of color #E6CA65: hue angle of 46.98º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6CA65 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 101 -
CMYK 0 0.12 0.56 0.10
HSL 46.98º 0.72% 0.65% -
HSV(B) 46.98º 0.56% 0.9% -
XYZ 56.1 60 20.94 -
YUV 198.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 230 202 101 0 0.12 0.56 0.10 46.98 0.72 0.65
Hex E6 CA 65 0 C 38 A 2F 48 41
Octal 346 312 145 0 14 70 12 57 110 101
Binary 11100110 11001010 1100101 0 1100 111000 1010 101111 1001000 1000001

Color Harmonies of #E6CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA65

Black with #E6CA65

Text Example


Text Example

White with #E6CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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