Html Css Color HEX #EDD065 Golden Sand

📋 copy color: '#EDD065'

red 237 ◦ green 208 ◦ blue 101

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

Shades of Golden Sand #EDD065

Tints of Golden Sand #EDD065

RGB

 RED value IS 237 (92.97% from 255) = 43.41%

 GREEN value IS 208 (81.64% from 255) = 38.1%

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

R = 43.41%
G = 38.1%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD065 (or 0xEDD065) is known color: Golden Sand. HEX triplet: ED, D0 and 65. RGB value is (237,208,101). Sum of RGB (Red+Green+Blue) = 237+208+101=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD065 is #122F9A. Grayscale: #CCCCCC. Windows color (decimal): -1191835 or 6672621. OLE color: 6672621.

HSL color Cylindrical-coordinate representation of color #EDD065: hue angle of 47.21º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDD065 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 101 -
CMYK 0 0.12 0.57 0.07
HSL 47.21º 0.79% 0.66% -
HSV(B) 47.21º 0.57% 0.93% -
XYZ 59.83 64.06 21.52 -
YUV 204.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 237 208 101 0 0.12 0.57 0.07 47.21 0.79 0.66
Hex ED D0 65 0 C 39 7 2F 4F 42
Octal 355 320 145 0 14 71 7 57 117 102
Binary 11101101 11010000 1100101 0 1100 111001 111 101111 1001111 1000010

Color Harmonies of #EDD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD065

Black with #EDD065

Text Example


Text Example

White with #EDD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD065; }

 p { color: rgb(237,208,101); }

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

background-color css

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

 a { background-color: rgb(237,208,101); }

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

border-color css

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

 span { border-color: rgb(237,208,101); }

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