Html Css Color HEX #EDCB74 Golden Sand

📋 copy color: '#EDCB74'

red 237 ◦ green 203 ◦ blue 116

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

Shades of Golden Sand #EDCB74

Tints of Golden Sand #EDCB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.86%

R = 42.63%
G = 36.51%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDCB74 (or 0xEDCB74) is known color: Golden Sand. HEX triplet: ED, CB and 74. RGB value is (237,203,116). Sum of RGB (Red+Green+Blue) = 237+203+116=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB74 is #12348B. Grayscale: #CBCBCB. Windows color (decimal): -1193100 or 7654381. OLE color: 7654381.

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

Color convert

RGB 237 203 116 -
CMYK 0 0.14 0.51 0.07
HSL 43.14º 0.77% 0.69% -
HSV(B) 43.14º 0.51% 0.93% -
XYZ 59.43 61.98 25.35 -
YUV 203.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 237 203 116 0 0.14 0.51 0.07 43.14 0.77 0.69
Hex ED CB 74 0 E 33 7 2B 4D 45
Octal 355 313 164 0 16 63 7 53 115 105
Binary 11101101 11001011 1110100 0 1110 110011 111 101011 1001101 1000101

Color Harmonies of #EDCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB74

Black with #EDCB74

Text Example


Text Example

White with #EDCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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