Html Css Color HEX #EDCA68 Golden Sand

📋 copy color: '#EDCA68'

red 237 ◦ green 202 ◦ blue 104

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

Shades of Golden Sand #EDCA68

Tints of Golden Sand #EDCA68

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.2%

 BLUE value IS 104 (41.02% from 255) = 19.15%

R = 43.65%
G = 37.2%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDCA68 (or 0xEDCA68) is known color: Golden Sand. HEX triplet: ED, CA and 68. RGB value is (237,202,104). Sum of RGB (Red+Green+Blue) = 237+202+104=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA68 is #123597. Grayscale: #C9C9C9. Windows color (decimal): -1193368 or 6867693. OLE color: 6867693.

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

Color convert

RGB 237 202 104 -
CMYK 0 0.15 0.56 0.07
HSL 44.21º 0.79% 0.67% -
HSV(B) 44.21º 0.56% 0.93% -
XYZ 58.54 61.25 21.83 -
YUV 201.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 237 202 104 0 0.15 0.56 0.07 44.21 0.79 0.67
Hex ED CA 68 0 F 38 7 2C 4F 43
Octal 355 312 150 0 17 70 7 54 117 103
Binary 11101101 11001010 1101000 0 1111 111000 111 101100 1001111 1000011

Color Harmonies of #EDCA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA68

Black with #EDCA68

Text Example


Text Example

White with #EDCA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA68; }

 p { color: rgb(237,202,104); }

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

background-color css

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

 a { background-color: rgb(237,202,104); }

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

border-color css

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

 span { border-color: rgb(237,202,104); }

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