Html Css Color HEX #EFDC6A Golden Sand

📋 copy color: '#EFDC6A'

red 239 ◦ green 220 ◦ blue 106

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

Shades of Golden Sand #EFDC6A

Tints of Golden Sand #EFDC6A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

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

R = 42.3%
G = 38.94%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFDC6A (or 0xEFDC6A) is known color: Golden Sand. HEX triplet: EF, DC and 6A. RGB value is (239,220,106). Sum of RGB (Red+Green+Blue) = 239+220+106=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC6A is #102395. Grayscale: #D5D5D5. Windows color (decimal): -1057686 or 7003375. OLE color: 7003375.

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

Color convert

RGB 239 220 106 -
CMYK 0 0.08 0.56 0.06
HSL 51.43º 0.81% 0.68% -
HSV(B) 51.43º 0.56% 0.94% -
XYZ 63.79 70.58 23.9 -
YUV 212.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 239 220 106 0 0.08 0.56 0.06 51.43 0.81 0.68
Hex EF DC 6A 0 8 38 6 33 51 44
Octal 357 334 152 0 10 70 6 63 121 104
Binary 11101111 11011100 1101010 0 1000 111000 110 110011 1010001 1000100

Color Harmonies of #EFDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC6A

Black with #EFDC6A

Text Example


Text Example

White with #EFDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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