Html Css Color HEX #EFD571 Golden Sand

📋 copy color: '#EFD571'

red 239 ◦ green 213 ◦ blue 113

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

Shades of Golden Sand #EFD571

Tints of Golden Sand #EFD571

RGB

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

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

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

R = 42.3%
G = 37.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFD571 (or 0xEFD571) is known color: Golden Sand. HEX triplet: EF, D5 and 71. RGB value is (239,213,113). Sum of RGB (Red+Green+Blue) = 239+213+113=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD571 is #102A8E. Grayscale: #D1D1D1. Windows color (decimal): -1059471 or 7460335. OLE color: 7460335.

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

Color convert

RGB 239 213 113 -
CMYK 0 0.11 0.53 0.06
HSL 47.62º 0.8% 0.69% -
HSV(B) 47.62º 0.53% 0.94% -
XYZ 62.37 67.13 25.29 -
YUV 209.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 239 213 113 0 0.11 0.53 0.06 47.62 0.8 0.69
Hex EF D5 71 0 B 35 6 30 50 45
Octal 357 325 161 0 13 65 6 60 120 105
Binary 11101111 11010101 1110001 0 1011 110101 110 110000 1010000 1000101

Color Harmonies of #EFD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD571

Black with #EFD571

Text Example


Text Example

White with #EFD571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD571; }

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

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

background-color css

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

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

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

border-color css

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

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

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