Html Css Color HEX #EFD070 Golden Sand

📋 copy color: '#EFD070'

red 239 ◦ green 208 ◦ blue 112

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

Shades of Golden Sand #EFD070

Tints of Golden Sand #EFD070

RGB

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

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

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

R = 42.75%
G = 37.21%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFD070 (or 0xEFD070) is known color: Golden Sand. HEX triplet: EF, D0 and 70. RGB value is (239,208,112). Sum of RGB (Red+Green+Blue) = 239+208+112=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD070 is #102F8F. Grayscale: #CECECE. Windows color (decimal): -1060752 or 7393519. OLE color: 7393519.

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

Color convert

RGB 239 208 112 -
CMYK 0 0.13 0.53 0.06
HSL 45.35º 0.8% 0.69% -
HSV(B) 45.35º 0.53% 0.94% -
XYZ 61.08 64.63 24.59 -
YUV 206.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 239 208 112 0 0.13 0.53 0.06 45.35 0.8 0.69
Hex EF D0 70 0 D 35 6 2D 50 45
Octal 357 320 160 0 15 65 6 55 120 105
Binary 11101111 11010000 1110000 0 1101 110101 110 101101 1010000 1000101

Color Harmonies of #EFD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD070

Black with #EFD070

Text Example


Text Example

White with #EFD070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD070; }

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

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

background-color css

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

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

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

border-color css

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

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

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