Html Css Color HEX #EDDB65 Golden Sand

📋 copy color: '#EDDB65'

red 237 ◦ green 219 ◦ blue 101

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

Shades of Golden Sand #EDDB65

Tints of Golden Sand #EDDB65

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.32%

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

R = 42.55%
G = 39.32%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDDB65 (or 0xEDDB65) is known color: Golden Sand. HEX triplet: ED, DB and 65. RGB value is (237,219,101). Sum of RGB (Red+Green+Blue) = 237+219+101=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB65 is #12249A. Grayscale: #D3D3D3. Windows color (decimal): -1189019 or 6675437. OLE color: 6675437.

HSL color Cylindrical-coordinate representation of color #EDDB65: hue angle of 52.06º 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 #EDDB65 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 101 -
CMYK 0 0.08 0.57 0.07
HSL 52.06º 0.79% 0.66% -
HSV(B) 52.06º 0.57% 0.93% -
XYZ 62.61 69.61 22.45 -
YUV 210.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 237 219 101 0 0.08 0.57 0.07 52.06 0.79 0.66
Hex ED DB 65 0 8 39 7 34 4F 42
Octal 355 333 145 0 10 71 7 64 117 102
Binary 11101101 11011011 1100101 0 1000 111001 111 110100 1001111 1000010

Color Harmonies of #EDDB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB65

Black with #EDDB65

Text Example


Text Example

White with #EDDB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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