Html Css Color HEX #EDCD67 Golden Sand

📋 copy color: '#EDCD67'

red 237 ◦ green 205 ◦ blue 103

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

Shades of Golden Sand #EDCD67

Tints of Golden Sand #EDCD67

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.61%

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

R = 43.49%
G = 37.61%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDCD67 (or 0xEDCD67) is known color: Golden Sand. HEX triplet: ED, CD and 67. RGB value is (237,205,103). Sum of RGB (Red+Green+Blue) = 237+205+103=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD67 is #123298. Grayscale: #CBCBCB. Windows color (decimal): -1192601 or 6802925. OLE color: 6802925.

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

Color convert

RGB 237 205 103 -
CMYK 0 0.14 0.57 0.07
HSL 45.67º 0.79% 0.67% -
HSV(B) 45.67º 0.57% 0.93% -
XYZ 59.2 62.65 21.8 -
YUV 202.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 237 205 103 0 0.14 0.57 0.07 45.67 0.79 0.67
Hex ED CD 67 0 E 39 7 2E 4F 43
Octal 355 315 147 0 16 71 7 56 117 103
Binary 11101101 11001101 1100111 0 1110 111001 111 101110 1001111 1000011

Color Harmonies of #EDCD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD67

Black with #EDCD67

Text Example


Text Example

White with #EDCD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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