Html Css Color HEX #EFD371 Golden Sand

📋 copy color: '#EFD371'

red 239 ◦ green 211 ◦ blue 113

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

Shades of Golden Sand #EFD371

Tints of Golden Sand #EFD371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.07%

R = 42.45%
G = 37.48%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFD371 (or 0xEFD371) is known color: Golden Sand. HEX triplet: EF, D3 and 71. RGB value is (239,211,113). Sum of RGB (Red+Green+Blue) = 239+211+113=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD371 is #102C8E. Grayscale: #D0D0D0. Windows color (decimal): -1059983 or 7459823. OLE color: 7459823.

HSL color Cylindrical-coordinate representation of color #EFD371: hue angle of 46.67º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFD371 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 113 -
CMYK 0 0.12 0.53 0.06
HSL 46.67º 0.8% 0.69% -
HSV(B) 46.67º 0.53% 0.94% -
XYZ 61.87 66.13 25.13 -
YUV 208.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 239 211 113 0 0.12 0.53 0.06 46.67 0.8 0.69
Hex EF D3 71 0 C 35 6 2F 50 45
Octal 357 323 161 0 14 65 6 57 120 105
Binary 11101111 11010011 1110001 0 1100 110101 110 101111 1010000 1000101

Color Harmonies of #EFD371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD371

Black with #EFD371

Text Example


Text Example

White with #EFD371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD371; }

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

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

background-color css

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

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

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

border-color css

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

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

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