Html Css Color HEX #E6CF6D Golden Sand

📋 copy color: '#E6CF6D'

red 230 ◦ green 207 ◦ blue 109

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

Shades of Golden Sand #E6CF6D

Tints of Golden Sand #E6CF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.96%

R = 42.12%
G = 37.91%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6CF6D (or 0xE6CF6D) is known color: Golden Sand. HEX triplet: E6, CF and 6D. RGB value is (230,207,109). Sum of RGB (Red+Green+Blue) = 230+207+109=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF6D is #193092. Grayscale: #CBCBCB. Windows color (decimal): -1650835 or 7196646. OLE color: 7196646.

HSL color Cylindrical-coordinate representation of color #E6CF6D: hue angle of 48.6º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6CF6D is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 207 109 -
CMYK 0 0.10 0.53 0.10
HSL 48.6º 0.71% 0.66% -
HSV(B) 48.6º 0.53% 0.9% -
XYZ 57.71 62.55 23.5 -
YUV 202.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 230 207 109 0 0.10 0.53 0.10 48.6 0.71 0.66
Hex E6 CF 6D 0 A 35 A 31 47 42
Octal 346 317 155 0 12 65 12 61 107 102
Binary 11100110 11001111 1101101 0 1010 110101 1010 110001 1000111 1000010

Color Harmonies of #E6CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CF6D

Black with #E6CF6D

Text Example


Text Example

White with #E6CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CF6D; }

 p { color: rgb(230,207,109); }

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

background-color css

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

 a { background-color: rgb(230,207,109); }

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

border-color css

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

 span { border-color: rgb(230,207,109); }

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