Html Css Color HEX #EFD261 Golden Sand

📋 copy color: '#EFD261'

red 239 ◦ green 210 ◦ blue 97

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

Shades of Golden Sand #EFD261

Tints of Golden Sand #EFD261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.77%

R = 43.77%
G = 38.46%
B = 17.77%

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

#EFD261 (or 0xEFD261) is known color: Golden Sand. HEX triplet: EF, D2 and 61. RGB value is (239,210,97). Sum of RGB (Red+Green+Blue) = 239+210+97=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD261 is #102D9E. Grayscale: #CECECE. Windows color (decimal): -1060255 or 6410991. OLE color: 6410991.

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

Color convert

RGB 239 210 97 -
CMYK 0 0.12 0.59 0.06
HSL 47.75º 0.82% 0.66% -
HSV(B) 47.75º 0.59% 0.94% -
XYZ 60.8 65.31 20.71 -
YUV 205.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 239 210 97 0 0.12 0.59 0.06 47.75 0.82 0.66
Hex EF D2 61 0 C 3B 6 30 52 42
Octal 357 322 141 0 14 73 6 60 122 102
Binary 11101111 11010010 1100001 0 1100 111011 110 110000 1010010 1000010

Color Harmonies of #EFD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD261

Black with #EFD261

Text Example


Text Example

White with #EFD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD261; }

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

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

background-color css

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

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

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

border-color css

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

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

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