Html Css Color HEX #EFD265 Golden Sand

📋 copy color: '#EFD265'

red 239 ◦ green 210 ◦ blue 101

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

Shades of Golden Sand #EFD265

Tints of Golden Sand #EFD265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.36%

R = 43.45%
G = 38.18%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFD265 (or 0xEFD265) is known color: Golden Sand. HEX triplet: EF, D2 and 65. RGB value is (239,210,101). Sum of RGB (Red+Green+Blue) = 239+210+101=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD265 is #102D9A. Grayscale: #CECECE. Windows color (decimal): -1060251 or 6673135. OLE color: 6673135.

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

Color convert

RGB 239 210 101 -
CMYK 0 0.12 0.58 0.06
HSL 47.39º 0.81% 0.67% -
HSV(B) 47.39º 0.58% 0.94% -
XYZ 60.99 65.38 21.72 -
YUV 206.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 239 210 101 0 0.12 0.58 0.06 47.39 0.81 0.67
Hex EF D2 65 0 C 3A 6 2F 51 43
Octal 357 322 145 0 14 72 6 57 121 103
Binary 11101111 11010010 1100101 0 1100 111010 110 101111 1010001 1000011

Color Harmonies of #EFD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD265

Black with #EFD265

Text Example


Text Example

White with #EFD265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD265; }

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

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

background-color css

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

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

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

border-color css

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

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

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