Html Css Color HEX #EFD26C Golden Sand

📋 copy color: '#EFD26C'

red 239 ◦ green 210 ◦ blue 108

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

Shades of Golden Sand #EFD26C

Tints of Golden Sand #EFD26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.39%

R = 42.91%
G = 37.7%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFD26C (or 0xEFD26C) is known color: Golden Sand. HEX triplet: EF, D2 and 6C. RGB value is (239,210,108). Sum of RGB (Red+Green+Blue) = 239+210+108=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD26C is #102D93. Grayscale: #CFCFCF. Windows color (decimal): -1060244 or 7131887. OLE color: 7131887.

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

Color convert

RGB 239 210 108 -
CMYK 0 0.12 0.55 0.06
HSL 46.72º 0.8% 0.68% -
HSV(B) 46.72º 0.55% 0.94% -
XYZ 61.35 65.53 23.6 -
YUV 207.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 239 210 108 0 0.12 0.55 0.06 46.72 0.8 0.68
Hex EF D2 6C 0 C 37 6 2F 50 44
Octal 357 322 154 0 14 67 6 57 120 104
Binary 11101111 11010010 1101100 0 1100 110111 110 101111 1010000 1000100

Color Harmonies of #EFD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD26C

Black with #EFD26C

Text Example


Text Example

White with #EFD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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