Html Css Color HEX #EFCD6E Golden Sand

📋 copy color: '#EFCD6E'

red 239 ◦ green 205 ◦ blue 110

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

Shades of Golden Sand #EFCD6E

Tints of Golden Sand #EFCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37%

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 43.14%
G = 37%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFCD6E (or 0xEFCD6E) is known color: Golden Sand. HEX triplet: EF, CD and 6E. RGB value is (239,205,110). Sum of RGB (Red+Green+Blue) = 239+205+110=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD6E is #103291. Grayscale: #CCCCCC. Windows color (decimal): -1061522 or 7261679. OLE color: 7261679.

HSL color Cylindrical-coordinate representation of color #EFCD6E: hue angle of 44.19º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFCD6E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 110 -
CMYK 0 0.14 0.54 0.06
HSL 44.19º 0.8% 0.68% -
HSV(B) 44.19º 0.54% 0.94% -
XYZ 60.24 63.14 23.76 -
YUV 204.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 239 205 110 0 0.14 0.54 0.06 44.19 0.8 0.68
Hex EF CD 6E 0 E 36 6 2C 50 44
Octal 357 315 156 0 16 66 6 54 120 104
Binary 11101111 11001101 1101110 0 1110 110110 110 101100 1010000 1000100

Color Harmonies of #EFCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD6E

Black with #EFCD6E

Text Example


Text Example

White with #EFCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD6E; }

 p { color: rgb(239,205,110); }

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

background-color css

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

 a { background-color: rgb(239,205,110); }

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

border-color css

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

 span { border-color: rgb(239,205,110); }

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