Html Css Color HEX #EFCA5E Golden Sand

📋 copy color: '#EFCA5E'

red 239 ◦ green 202 ◦ blue 94

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

Shades of Golden Sand #EFCA5E

Tints of Golden Sand #EFCA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.57%

R = 44.67%
G = 37.76%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFCA5E (or 0xEFCA5E) is known color: Golden Sand. HEX triplet: EF, CA and 5E. RGB value is (239,202,94). Sum of RGB (Red+Green+Blue) = 239+202+94=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA5E is #1035A1. Grayscale: #C9C9C9. Windows color (decimal): -1062306 or 6212335. OLE color: 6212335.

HSL color Cylindrical-coordinate representation of color #EFCA5E: hue angle of 44.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFCA5E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 94 -
CMYK 0 0.15 0.61 0.06
HSL 44.69º 0.82% 0.65% -
HSV(B) 44.69º 0.61% 0.94% -
XYZ 58.74 61.4 19.35 -
YUV 200.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 239 202 94 0 0.15 0.61 0.06 44.69 0.82 0.65
Hex EF CA 5E 0 F 3D 6 2D 52 41
Octal 357 312 136 0 17 75 6 55 122 101
Binary 11101111 11001010 1011110 0 1111 111101 110 101101 1010010 1000001

Color Harmonies of #EFCA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA5E

Black with #EFCA5E

Text Example


Text Example

White with #EFCA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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