Html Css Color HEX #EDCB64 Golden Sand

📋 copy color: '#EDCB64'

red 237 ◦ green 203 ◦ blue 100

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

Shades of Golden Sand #EDCB64

Tints of Golden Sand #EDCB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.59%

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

R = 43.89%
G = 37.59%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDCB64 (or 0xEDCB64) is known color: Golden Sand. HEX triplet: ED, CB and 64. RGB value is (237,203,100). Sum of RGB (Red+Green+Blue) = 237+203+100=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB64 is #12349B. Grayscale: #C9C9C9. Windows color (decimal): -1193116 or 6605805. OLE color: 6605805.

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

Color convert

RGB 237 203 100 -
CMYK 0 0.14 0.58 0.07
HSL 45.11º 0.79% 0.66% -
HSV(B) 45.11º 0.58% 0.93% -
XYZ 58.58 61.64 20.87 -
YUV 201.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 237 203 100 0 0.14 0.58 0.07 45.11 0.79 0.66
Hex ED CB 64 0 E 3A 7 2D 4F 42
Octal 355 313 144 0 16 72 7 55 117 102
Binary 11101101 11001011 1100100 0 1110 111010 111 101101 1001111 1000010

Color Harmonies of #EDCB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB64

Black with #EDCB64

Text Example


Text Example

White with #EDCB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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