Html Css Color HEX #EDCB68 Golden Sand

📋 copy color: '#EDCB68'

red 237 ◦ green 203 ◦ blue 104

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

Shades of Golden Sand #EDCB68

Tints of Golden Sand #EDCB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.12%

R = 43.57%
G = 37.32%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDCB68 (or 0xEDCB68) is known color: Golden Sand. HEX triplet: ED, CB and 68. RGB value is (237,203,104). Sum of RGB (Red+Green+Blue) = 237+203+104=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB68 is #123497. Grayscale: #CACACA. Windows color (decimal): -1193112 or 6867949. OLE color: 6867949.

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

Color convert

RGB 237 203 104 -
CMYK 0 0.14 0.56 0.07
HSL 44.66º 0.79% 0.67% -
HSV(B) 44.66º 0.56% 0.93% -
XYZ 58.78 61.72 21.91 -
YUV 201.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 237 203 104 0 0.14 0.56 0.07 44.66 0.79 0.67
Hex ED CB 68 0 E 38 7 2D 4F 43
Octal 355 313 150 0 16 70 7 55 117 103
Binary 11101101 11001011 1101000 0 1110 111000 111 101101 1001111 1000011

Color Harmonies of #EDCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB68

Black with #EDCB68

Text Example


Text Example

White with #EDCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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