Html Css Color HEX #EDDB67 Golden Sand

📋 copy color: '#EDDB67'

red 237 ◦ green 219 ◦ blue 103

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

Shades of Golden Sand #EDDB67

Tints of Golden Sand #EDDB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.43%

R = 42.4%
G = 39.18%
B = 18.43%

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

#EDDB67 (or 0xEDDB67) is known color: Golden Sand. HEX triplet: ED, DB and 67. RGB value is (237,219,103). Sum of RGB (Red+Green+Blue) = 237+219+103=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB67 is #122498. Grayscale: #D3D3D3. Windows color (decimal): -1189017 or 6806509. OLE color: 6806509.

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

Color convert

RGB 237 219 103 -
CMYK 0 0.08 0.57 0.07
HSL 51.94º 0.79% 0.67% -
HSV(B) 51.94º 0.57% 0.93% -
XYZ 62.7 69.65 22.97 -
YUV 211.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 237 219 103 0 0.08 0.57 0.07 51.94 0.79 0.67
Hex ED DB 67 0 8 39 7 34 4F 43
Octal 355 333 147 0 10 71 7 64 117 103
Binary 11101101 11011011 1100111 0 1000 111001 111 110100 1001111 1000011

Color Harmonies of #EDDB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB67

Black with #EDDB67

Text Example


Text Example

White with #EDDB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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