Html Css Color HEX #EDDB6B Golden Sand

📋 copy color: '#EDDB6B'

red 237 ◦ green 219 ◦ blue 107

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

Shades of Golden Sand #EDDB6B

Tints of Golden Sand #EDDB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 42.1%
G = 38.9%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDDB6B (or 0xEDDB6B) is known color: Golden Sand. HEX triplet: ED, DB and 6B. RGB value is (237,219,107). Sum of RGB (Red+Green+Blue) = 237+219+107=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB6B is #122494. Grayscale: #D4D4D4. Windows color (decimal): -1189013 or 7068653. OLE color: 7068653.

HSL color Cylindrical-coordinate representation of color #EDDB6B: hue angle of 51.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDDB6B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 107 -
CMYK 0 0.08 0.55 0.07
HSL 51.69º 0.78% 0.67% -
HSV(B) 51.69º 0.55% 0.93% -
XYZ 62.91 69.73 24.05 -
YUV 211.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 237 219 107 0 0.08 0.55 0.07 51.69 0.78 0.67
Hex ED DB 6B 0 8 37 7 34 4E 43
Octal 355 333 153 0 10 67 7 64 116 103
Binary 11101101 11011011 1101011 0 1000 110111 111 110100 1001110 1000011

Color Harmonies of #EDDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB6B

Black with #EDDB6B

Text Example


Text Example

White with #EDDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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