Html Css Color HEX #EFC85E Golden Sand

📋 copy color: '#EFC85E'

red 239 ◦ green 200 ◦ blue 94

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

Shades of Golden Sand #EFC85E

Tints of Golden Sand #EFC85E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.52%

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

R = 44.84%
G = 37.52%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFC85E (or 0xEFC85E) is known color: Golden Sand. HEX triplet: EF, C8 and 5E. RGB value is (239,200,94). Sum of RGB (Red+Green+Blue) = 239+200+94=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC85E is #1037A1. Grayscale: #C8C8C8. Windows color (decimal): -1062818 or 6211823. OLE color: 6211823.

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

Color convert

RGB 239 200 94 -
CMYK 0 0.16 0.61 0.06
HSL 43.86º 0.82% 0.65% -
HSV(B) 43.86º 0.61% 0.94% -
XYZ 58.27 60.47 19.19 -
YUV 199.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 239 200 94 0 0.16 0.61 0.06 43.86 0.82 0.65
Hex EF C8 5E 0 10 3D 6 2C 52 41
Octal 357 310 136 0 20 75 6 54 122 101
Binary 11101111 11001000 1011110 0 10000 111101 110 101100 1010010 1000001

Color Harmonies of #EFC85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC85E

Black with #EFC85E

Text Example


Text Example

White with #EFC85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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