Html Css Color HEX #EFD06A Golden Sand

📋 copy color: '#EFD06A'

red 239 ◦ green 208 ◦ blue 106

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

Shades of Golden Sand #EFD06A

Tints of Golden Sand #EFD06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 43.22%
G = 37.61%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFD06A (or 0xEFD06A) is known color: Golden Sand. HEX triplet: EF, D0 and 6A. RGB value is (239,208,106). Sum of RGB (Red+Green+Blue) = 239+208+106=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD06A is #102F95. Grayscale: #CECECE. Windows color (decimal): -1060758 or 7000303. OLE color: 7000303.

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

Color convert

RGB 239 208 106 -
CMYK 0 0.13 0.56 0.06
HSL 46.02º 0.81% 0.68% -
HSV(B) 46.02º 0.56% 0.94% -
XYZ 60.75 64.5 22.88 -
YUV 205.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 239 208 106 0 0.13 0.56 0.06 46.02 0.81 0.68
Hex EF D0 6A 0 D 38 6 2E 51 44
Octal 357 320 152 0 15 70 6 56 121 104
Binary 11101111 11010000 1101010 0 1101 111000 110 101110 1010001 1000100

Color Harmonies of #EFD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD06A

Black with #EFD06A

Text Example


Text Example

White with #EFD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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