Html Css Color HEX #EDCB70 Golden Sand

📋 copy color: '#EDCB70'

red 237 ◦ green 203 ◦ blue 112

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

Shades of Golden Sand #EDCB70

Tints of Golden Sand #EDCB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.29%

R = 42.93%
G = 36.78%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDCB70 (or 0xEDCB70) is known color: Golden Sand. HEX triplet: ED, CB and 70. RGB value is (237,203,112). Sum of RGB (Red+Green+Blue) = 237+203+112=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB70 is #12348F. Grayscale: #CBCBCB. Windows color (decimal): -1193104 or 7392237. OLE color: 7392237.

HSL color Cylindrical-coordinate representation of color #EDCB70: hue angle of 43.68º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDCB70 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 112 -
CMYK 0 0.14 0.53 0.07
HSL 43.68º 0.78% 0.68% -
HSV(B) 43.68º 0.53% 0.93% -
XYZ 59.21 61.89 24.15 -
YUV 202.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 237 203 112 0 0.14 0.53 0.07 43.68 0.78 0.68
Hex ED CB 70 0 E 35 7 2C 4E 44
Octal 355 313 160 0 16 65 7 54 116 104
Binary 11101101 11001011 1110000 0 1110 110101 111 101100 1001110 1000100

Color Harmonies of #EDCB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB70

Black with #EDCB70

Text Example


Text Example

White with #EDCB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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