Html Css Color HEX #EFD770 Golden Sand

📋 copy color: '#EFD770'

red 239 ◦ green 215 ◦ blue 112

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

Shades of Golden Sand #EFD770

Tints of Golden Sand #EFD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.99%

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 42.23%
G = 37.99%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFD770 (or 0xEFD770) is known color: Golden Sand. HEX triplet: EF, D7 and 70. RGB value is (239,215,112). Sum of RGB (Red+Green+Blue) = 239+215+112=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD770 is #10288F. Grayscale: #D2D2D2. Windows color (decimal): -1058960 or 7395311. OLE color: 7395311.

HSL color Cylindrical-coordinate representation of color #EFD770: hue angle of 48.66º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFD770 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 112 -
CMYK 0 0.10 0.53 0.06
HSL 48.66º 0.8% 0.69% -
HSV(B) 48.66º 0.53% 0.94% -
XYZ 62.82 68.12 25.17 -
YUV 210.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 239 215 112 0 0.10 0.53 0.06 48.66 0.8 0.69
Hex EF D7 70 0 A 35 6 31 50 45
Octal 357 327 160 0 12 65 6 61 120 105
Binary 11101111 11010111 1110000 0 1010 110101 110 110001 1010000 1000101

Color Harmonies of #EFD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD770

Black with #EFD770

Text Example


Text Example

White with #EFD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD770; }

 p { color: rgb(239,215,112); }

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

background-color css

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

 a { background-color: rgb(239,215,112); }

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

border-color css

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

 span { border-color: rgb(239,215,112); }

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