Html Css Color HEX #EDCB6B Golden Sand

📋 copy color: '#EDCB6B'

red 237 ◦ green 203 ◦ blue 107

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

Shades of Golden Sand #EDCB6B

Tints of Golden Sand #EDCB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 43.33%
G = 37.11%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDCB6B (or 0xEDCB6B) is known color: Golden Sand. HEX triplet: ED, CB and 6B. RGB value is (237,203,107). Sum of RGB (Red+Green+Blue) = 237+203+107=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB6B is #123494. Grayscale: #CACACA. Windows color (decimal): -1193109 or 7064557. OLE color: 7064557.

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

Color convert

RGB 237 203 107 -
CMYK 0 0.14 0.55 0.07
HSL 44.31º 0.78% 0.67% -
HSV(B) 44.31º 0.55% 0.93% -
XYZ 58.93 61.78 22.73 -
YUV 202.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 237 203 107 0 0.14 0.55 0.07 44.31 0.78 0.67
Hex ED CB 6B 0 E 37 7 2C 4E 43
Octal 355 313 153 0 16 67 7 54 116 103
Binary 11101101 11001011 1101011 0 1110 110111 111 101100 1001110 1000011

Color Harmonies of #EDCB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB6B

Black with #EDCB6B

Text Example


Text Example

White with #EDCB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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