Html Css Color HEX #EFD26D Golden Sand

📋 copy color: '#EFD26D'

red 239 ◦ green 210 ◦ blue 109

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

Shades of Golden Sand #EFD26D

Tints of Golden Sand #EFD26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.53%

R = 42.83%
G = 37.63%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFD26D (or 0xEFD26D) is known color: Golden Sand. HEX triplet: EF, D2 and 6D. RGB value is (239,210,109). Sum of RGB (Red+Green+Blue) = 239+210+109=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD26D is #102D92. Grayscale: #CFCFCF. Windows color (decimal): -1060243 or 7197423. OLE color: 7197423.

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

Color convert

RGB 239 210 109 -
CMYK 0 0.12 0.54 0.06
HSL 46.62º 0.8% 0.68% -
HSV(B) 46.62º 0.54% 0.94% -
XYZ 61.4 65.55 23.88 -
YUV 207.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 239 210 109 0 0.12 0.54 0.06 46.62 0.8 0.68
Hex EF D2 6D 0 C 36 6 2F 50 44
Octal 357 322 155 0 14 66 6 57 120 104
Binary 11101111 11010010 1101101 0 1100 110110 110 101111 1010000 1000100

Color Harmonies of #EFD26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD26D

Black with #EFD26D

Text Example


Text Example

White with #EFD26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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