Html Css Color HEX #EFCF70 Golden Sand

📋 copy color: '#EFCF70'

red 239 ◦ green 207 ◦ blue 112

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

Shades of Golden Sand #EFCF70

Tints of Golden Sand #EFCF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.1%

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

R = 42.83%
G = 37.1%
B = 20.07%

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

#EFCF70 (or 0xEFCF70) is known color: Golden Sand. HEX triplet: EF, CF and 70. RGB value is (239,207,112). Sum of RGB (Red+Green+Blue) = 239+207+112=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF70 is #10308F. Grayscale: #CECECE. Windows color (decimal): -1061008 or 7393263. OLE color: 7393263.

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

Color convert

RGB 239 207 112 -
CMYK 0 0.13 0.53 0.06
HSL 44.88º 0.8% 0.69% -
HSV(B) 44.88º 0.53% 0.94% -
XYZ 60.83 64.15 24.5 -
YUV 205.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 239 207 112 0 0.13 0.53 0.06 44.88 0.8 0.69
Hex EF CF 70 0 D 35 6 2D 50 45
Octal 357 317 160 0 15 65 6 55 120 105
Binary 11101111 11001111 1110000 0 1101 110101 110 101101 1010000 1000101

Color Harmonies of #EFCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF70

Black with #EFCF70

Text Example


Text Example

White with #EFCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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