Html Css Color HEX #EFCF73 Golden Sand

📋 copy color: '#EFCF73'

red 239 ◦ green 207 ◦ blue 115

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

Shades of Golden Sand #EFCF73

Tints of Golden Sand #EFCF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.5%

R = 42.6%
G = 36.9%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFCF73 (or 0xEFCF73) is known color: Golden Sand. HEX triplet: EF, CF and 73. RGB value is (239,207,115). Sum of RGB (Red+Green+Blue) = 239+207+115=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF73 is #10308C. Grayscale: #CECECE. Windows color (decimal): -1061005 or 7589871. OLE color: 7589871.

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

Color convert

RGB 239 207 115 -
CMYK 0 0.13 0.52 0.06
HSL 44.52º 0.79% 0.69% -
HSV(B) 44.52º 0.52% 0.94% -
XYZ 61 64.21 25.4 -
YUV 206.08 76.6 151.48 -
System Red Green Blue C M Y K H S L
Decimal 239 207 115 0 0.13 0.52 0.06 44.52 0.79 0.69
Hex EF CF 73 0 D 34 6 2D 4F 45
Octal 357 317 163 0 15 64 6 55 117 105
Binary 11101111 11001111 1110011 0 1101 110100 110 101101 1001111 1000101

Color Harmonies of #EFCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF73

Black with #EFCF73

Text Example


Text Example

White with #EFCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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