Html Css Color HEX #EFC362 Golden Sand

📋 copy color: '#EFC362'

red 239 ◦ green 195 ◦ blue 98

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

Shades of Golden Sand #EFC362

Tints of Golden Sand #EFC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

 BLUE value IS 98 (38.67% from 255) = 18.42%

R = 44.92%
G = 36.65%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFC362 (or 0xEFC362) is known color: Golden Sand. HEX triplet: EF, C3 and 62. RGB value is (239,195,98). Sum of RGB (Red+Green+Blue) = 239+195+98=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC362 is #103C9D. Grayscale: #C5C5C5. Windows color (decimal): -1064094 or 6472687. OLE color: 6472687.

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

Color convert

RGB 239 195 98 -
CMYK 0 0.18 0.59 0.06
HSL 41.28º 0.82% 0.66% -
HSV(B) 41.28º 0.59% 0.94% -
XYZ 57.32 58.26 19.78 -
YUV 197.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 239 195 98 0 0.18 0.59 0.06 41.28 0.82 0.66
Hex EF C3 62 0 12 3B 6 29 52 42
Octal 357 303 142 0 22 73 6 51 122 102
Binary 11101111 11000011 1100010 0 10010 111011 110 101001 1010010 1000010

Color Harmonies of #EFC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC362

Black with #EFC362

Text Example


Text Example

White with #EFC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC362; }

 p { color: rgb(239,195,98); }

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

background-color css

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

 a { background-color: rgb(239,195,98); }

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

border-color css

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

 span { border-color: rgb(239,195,98); }

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