Html Css Color HEX #EFD362 Golden Sand

📋 copy color: '#EFD362'

red 239 ◦ green 211 ◦ blue 98

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

Shades of Golden Sand #EFD362

Tints of Golden Sand #EFD362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.5%

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

R = 43.61%
G = 38.5%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFD362 (or 0xEFD362) is known color: Golden Sand. HEX triplet: EF, D3 and 62. RGB value is (239,211,98). Sum of RGB (Red+Green+Blue) = 239+211+98=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD362 is #102C9D. Grayscale: #CECECE. Windows color (decimal): -1059998 or 6476783. OLE color: 6476783.

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

Color convert

RGB 239 211 98 -
CMYK 0 0.12 0.59 0.06
HSL 48.09º 0.82% 0.66% -
HSV(B) 48.09º 0.59% 0.94% -
XYZ 61.1 65.82 21.04 -
YUV 206.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 239 211 98 0 0.12 0.59 0.06 48.09 0.82 0.66
Hex EF D3 62 0 C 3B 6 30 52 42
Octal 357 323 142 0 14 73 6 60 122 102
Binary 11101111 11010011 1100010 0 1100 111011 110 110000 1010010 1000010

Color Harmonies of #EFD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD362

Black with #EFD362

Text Example


Text Example

White with #EFD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD362; }

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

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

background-color css

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

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

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

border-color css

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

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

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