Html Css Color HEX #EFD562 Golden Sand

📋 copy color: '#EFD562'

red 239 ◦ green 213 ◦ blue 98

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

Shades of Golden Sand #EFD562

Tints of Golden Sand #EFD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.73%

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

R = 43.45%
G = 38.73%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFD562 (or 0xEFD562) is known color: Golden Sand. HEX triplet: EF, D5 and 62. RGB value is (239,213,98). Sum of RGB (Red+Green+Blue) = 239+213+98=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD562 is #102A9D. Grayscale: #D0D0D0. Windows color (decimal): -1059486 or 6477295. OLE color: 6477295.

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

Color convert

RGB 239 213 98 -
CMYK 0 0.11 0.59 0.06
HSL 48.94º 0.82% 0.66% -
HSV(B) 48.94º 0.59% 0.94% -
XYZ 61.6 66.82 21.21 -
YUV 207.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 239 213 98 0 0.11 0.59 0.06 48.94 0.82 0.66
Hex EF D5 62 0 B 3B 6 31 52 42
Octal 357 325 142 0 13 73 6 61 122 102
Binary 11101111 11010101 1100010 0 1011 111011 110 110001 1010010 1000010

Color Harmonies of #EFD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD562

Black with #EFD562

Text Example


Text Example

White with #EFD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD562; }

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

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

background-color css

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

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

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

border-color css

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

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

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