Html Css Color HEX #EFCC6E Golden Sand

📋 copy color: '#EFCC6E'

red 239 ◦ green 204 ◦ blue 110

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

Shades of Golden Sand #EFCC6E

Tints of Golden Sand #EFCC6E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.89%

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

R = 43.22%
G = 36.89%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFCC6E (or 0xEFCC6E) is known color: Golden Sand. HEX triplet: EF, CC and 6E. RGB value is (239,204,110). Sum of RGB (Red+Green+Blue) = 239+204+110=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC6E is #103391. Grayscale: #CCCCCC. Windows color (decimal): -1061778 or 7261423. OLE color: 7261423.

HSL color Cylindrical-coordinate representation of color #EFCC6E: hue angle of 43.72º 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 #EFCC6E is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 110 -
CMYK 0 0.15 0.54 0.06
HSL 43.72º 0.8% 0.68% -
HSV(B) 43.72º 0.54% 0.94% -
XYZ 60 62.66 23.68 -
YUV 203.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 239 204 110 0 0.15 0.54 0.06 43.72 0.8 0.68
Hex EF CC 6E 0 F 36 6 2C 50 44
Octal 357 314 156 0 17 66 6 54 120 104
Binary 11101111 11001100 1101110 0 1111 110110 110 101100 1010000 1000100

Color Harmonies of #EFCC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC6E

Black with #EFCC6E

Text Example


Text Example

White with #EFCC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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