Html Css Color HEX #EDCA64 Golden Sand

📋 copy color: '#EDCA64'

red 237 ◦ green 202 ◦ blue 100

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

Shades of Golden Sand #EDCA64

Tints of Golden Sand #EDCA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.55%

R = 43.97%
G = 37.48%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDCA64 (or 0xEDCA64) is known color: Golden Sand. HEX triplet: ED, CA and 64. RGB value is (237,202,100). Sum of RGB (Red+Green+Blue) = 237+202+100=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA64 is #12359B. Grayscale: #C9C9C9. Windows color (decimal): -1193372 or 6605549. OLE color: 6605549.

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

Color convert

RGB 237 202 100 -
CMYK 0 0.15 0.58 0.07
HSL 44.67º 0.79% 0.66% -
HSV(B) 44.67º 0.58% 0.93% -
XYZ 58.35 61.17 20.79 -
YUV 200.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 237 202 100 0 0.15 0.58 0.07 44.67 0.79 0.66
Hex ED CA 64 0 F 3A 7 2D 4F 42
Octal 355 312 144 0 17 72 7 55 117 102
Binary 11101101 11001010 1100100 0 1111 111010 111 101101 1001111 1000010

Color Harmonies of #EDCA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA64

Black with #EDCA64

Text Example


Text Example

White with #EDCA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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