Html Css Color HEX #EFD266 Golden Sand

📋 copy color: '#EFD266'

red 239 ◦ green 210 ◦ blue 102

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

Shades of Golden Sand #EFD266

Tints of Golden Sand #EFD266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.51%

R = 43.38%
G = 38.11%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFD266 (or 0xEFD266) is known color: Golden Sand. HEX triplet: EF, D2 and 66. RGB value is (239,210,102). Sum of RGB (Red+Green+Blue) = 239+210+102=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD266 is #102D99. Grayscale: #CECECE. Windows color (decimal): -1060250 or 6738671. OLE color: 6738671.

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

Color convert

RGB 239 210 102 -
CMYK 0 0.12 0.57 0.06
HSL 47.3º 0.81% 0.67% -
HSV(B) 47.3º 0.57% 0.94% -
XYZ 61.04 65.4 21.98 -
YUV 206.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 239 210 102 0 0.12 0.57 0.06 47.3 0.81 0.67
Hex EF D2 66 0 C 39 6 2F 51 43
Octal 357 322 146 0 14 71 6 57 121 103
Binary 11101111 11010010 1100110 0 1100 111001 110 101111 1010001 1000011

Color Harmonies of #EFD266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD266

Black with #EFD266

Text Example


Text Example

White with #EFD266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD266; }

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

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

background-color css

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

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

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

border-color css

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

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

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