Html Css Color HEX #EDCB67 Golden Sand

📋 copy color: '#EDCB67'

red 237 ◦ green 203 ◦ blue 103

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

Shades of Golden Sand #EDCB67

Tints of Golden Sand #EDCB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.97%

R = 43.65%
G = 37.38%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDCB67 (or 0xEDCB67) is known color: Golden Sand. HEX triplet: ED, CB and 67. RGB value is (237,203,103). Sum of RGB (Red+Green+Blue) = 237+203+103=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB67 is #123498. Grayscale: #CACACA. Windows color (decimal): -1193113 or 6802413. OLE color: 6802413.

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

Color convert

RGB 237 203 103 -
CMYK 0 0.14 0.57 0.07
HSL 44.78º 0.79% 0.67% -
HSV(B) 44.78º 0.57% 0.93% -
XYZ 58.73 61.7 21.65 -
YUV 201.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 237 203 103 0 0.14 0.57 0.07 44.78 0.79 0.67
Hex ED CB 67 0 E 39 7 2D 4F 43
Octal 355 313 147 0 16 71 7 55 117 103
Binary 11101101 11001011 1100111 0 1110 111001 111 101101 1001111 1000011

Color Harmonies of #EDCB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB67

Black with #EDCB67

Text Example


Text Example

White with #EDCB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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