Html Css Color HEX #EFCC6D Golden Sand

📋 copy color: '#EFCC6D'

red 239 ◦ green 204 ◦ blue 109

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

Shades of Golden Sand #EFCC6D

Tints of Golden Sand #EFCC6D

RGB

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

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

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

R = 43.3%
G = 36.96%
B = 19.75%

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

#EFCC6D (or 0xEFCC6D) is known color: Golden Sand. HEX triplet: EF, CC and 6D. RGB value is (239,204,109). Sum of RGB (Red+Green+Blue) = 239+204+109=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC6D is #103392. Grayscale: #CCCCCC. Windows color (decimal): -1061779 or 7195887. OLE color: 7195887.

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

Color convert

RGB 239 204 109 -
CMYK 0 0.15 0.54 0.06
HSL 43.85º 0.8% 0.68% -
HSV(B) 43.85º 0.54% 0.94% -
XYZ 59.95 62.64 23.4 -
YUV 203.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 239 204 109 0 0.15 0.54 0.06 43.85 0.8 0.68
Hex EF CC 6D 0 F 36 6 2C 50 44
Octal 357 314 155 0 17 66 6 54 120 104
Binary 11101111 11001100 1101101 0 1111 110110 110 101100 1010000 1000100

Color Harmonies of #EFCC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC6D

Black with #EFCC6D

Text Example


Text Example

White with #EFCC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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