Html Css Color HEX #EFCD6A Golden Sand

📋 copy color: '#EFCD6A'

red 239 ◦ green 205 ◦ blue 106

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

Shades of Golden Sand #EFCD6A

Tints of Golden Sand #EFCD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 43.45%
G = 37.27%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFCD6A (or 0xEFCD6A) is known color: Golden Sand. HEX triplet: EF, CD and 6A. RGB value is (239,205,106). Sum of RGB (Red+Green+Blue) = 239+205+106=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD6A is #103295. Grayscale: #CCCCCC. Windows color (decimal): -1061526 or 6999535. OLE color: 6999535.

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

Color convert

RGB 239 205 106 -
CMYK 0 0.14 0.56 0.06
HSL 44.66º 0.81% 0.68% -
HSV(B) 44.66º 0.56% 0.94% -
XYZ 60.03 63.05 22.64 -
YUV 203.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 239 205 106 0 0.14 0.56 0.06 44.66 0.81 0.68
Hex EF CD 6A 0 E 38 6 2D 51 44
Octal 357 315 152 0 16 70 6 55 121 104
Binary 11101111 11001101 1101010 0 1110 111000 110 101101 1010001 1000100

Color Harmonies of #EFCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD6A

Black with #EFCD6A

Text Example


Text Example

White with #EFCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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