Html Css Color HEX #EFD271 Golden Sand

📋 copy color: '#EFD271'

red 239 ◦ green 210 ◦ blue 113

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

Shades of Golden Sand #EFD271

Tints of Golden Sand #EFD271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.37%

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

R = 42.53%
G = 37.37%
B = 20.11%

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

#EFD271 (or 0xEFD271) is known color: Golden Sand. HEX triplet: EF, D2 and 71. RGB value is (239,210,113). Sum of RGB (Red+Green+Blue) = 239+210+113=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD271 is #102D8E. Grayscale: #D0D0D0. Windows color (decimal): -1060239 or 7459567. OLE color: 7459567.

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

Color convert

RGB 239 210 113 -
CMYK 0 0.12 0.53 0.06
HSL 46.19º 0.8% 0.69% -
HSV(B) 46.19º 0.53% 0.94% -
XYZ 61.62 65.64 25.04 -
YUV 207.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 239 210 113 0 0.12 0.53 0.06 46.19 0.8 0.69
Hex EF D2 71 0 C 35 6 2E 50 45
Octal 357 322 161 0 14 65 6 56 120 105
Binary 11101111 11010010 1110001 0 1100 110101 110 101110 1010000 1000101

Color Harmonies of #EFD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD271

Black with #EFD271

Text Example


Text Example

White with #EFD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD271; }

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

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

background-color css

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

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

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

border-color css

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

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

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