Html Css Color HEX #EFC75F Golden Sand

📋 copy color: '#EFC75F'

red 239 ◦ green 199 ◦ blue 95

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

Shades of Golden Sand #EFC75F

Tints of Golden Sand #EFC75F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.34%

 BLUE value IS 95 (37.5% from 255) = 17.82%

R = 44.84%
G = 37.34%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFC75F (or 0xEFC75F) is known color: Golden Sand. HEX triplet: EF, C7 and 5F. RGB value is (239,199,95). Sum of RGB (Red+Green+Blue) = 239+199+95=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC75F is #1038A0. Grayscale: #C7C7C7. Windows color (decimal): -1063073 or 6277103. OLE color: 6277103.

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

Color convert

RGB 239 199 95 -
CMYK 0 0.17 0.60 0.06
HSL 43.33º 0.82% 0.65% -
HSV(B) 43.33º 0.6% 0.94% -
XYZ 58.09 60.02 19.35 -
YUV 199.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 239 199 95 0 0.17 0.60 0.06 43.33 0.82 0.65
Hex EF C7 5F 0 11 3C 6 2B 52 41
Octal 357 307 137 0 21 74 6 53 122 101
Binary 11101111 11000111 1011111 0 10001 111100 110 101011 1010010 1000001

Color Harmonies of #EFC75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC75F

Black with #EFC75F

Text Example


Text Example

White with #EFC75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC75F; }

 p { color: rgb(239,199,95); }

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

background-color css

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

 a { background-color: rgb(239,199,95); }

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

border-color css

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

 span { border-color: rgb(239,199,95); }

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