Html Css Color HEX #EFCA73 Golden Sand

📋 copy color: '#EFCA73'

red 239 ◦ green 202 ◦ blue 115

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

Shades of Golden Sand #EFCA73

Tints of Golden Sand #EFCA73

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.33%

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

R = 42.99%
G = 36.33%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFCA73 (or 0xEFCA73) is known color: Golden Sand. HEX triplet: EF, CA and 73. RGB value is (239,202,115). Sum of RGB (Red+Green+Blue) = 239+202+115=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA73 is #10358C. Grayscale: #CBCBCB. Windows color (decimal): -1062285 or 7588591. OLE color: 7588591.

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

Color convert

RGB 239 202 115 -
CMYK 0 0.15 0.52 0.06
HSL 42.1º 0.79% 0.69% -
HSV(B) 42.1º 0.52% 0.94% -
XYZ 59.81 61.83 25 -
YUV 203.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 239 202 115 0 0.15 0.52 0.06 42.1 0.79 0.69
Hex EF CA 73 0 F 34 6 2A 4F 45
Octal 357 312 163 0 17 64 6 52 117 105
Binary 11101111 11001010 1110011 0 1111 110100 110 101010 1001111 1000101

Color Harmonies of #EFCA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA73

Black with #EFCA73

Text Example


Text Example

White with #EFCA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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