Html Css Color HEX #EDC68A Marzipan

📋 copy color: '#EDC68A'

red 237 ◦ green 198 ◦ blue 138

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

Shades of Marzipan #EDC68A

Tints of Marzipan #EDC68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.55%

 BLUE value IS 138 (54.3% from 255) = 24.08%

R = 41.36%
G = 34.55%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC68A (or 0xEDC68A) is known color: Marzipan. HEX triplet: ED, C6 and 8A. RGB value is (237,198,138). Sum of RGB (Red+Green+Blue) = 237+198+138=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC68A is #123975. Grayscale: #CBCBCB. Windows color (decimal): -1194358 or 9094893. OLE color: 9094893.

HSL color Cylindrical-coordinate representation of color #EDC68A: hue angle of 36.36º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDC68A is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 138 -
CMYK 0 0.16 0.42 0.07
HSL 36.36º 0.73% 0.74% -
HSV(B) 36.36º 0.42% 0.93% -
XYZ 59.71 60.23 32.52 -
YUV 202.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 237 198 138 0 0.16 0.42 0.07 36.36 0.73 0.74
Hex ED C6 8A 0 10 2A 7 24 49 4A
Octal 355 306 212 0 20 52 7 44 111 112
Binary 11101101 11000110 10001010 0 10000 101010 111 100100 1001001 1001010

Color Harmonies of #EDC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC68A

Black with #EDC68A

Text Example


Text Example

White with #EDC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC68A; }

 p { color: rgb(237,198,138); }

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

background-color css

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

 a { background-color: rgb(237,198,138); }

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

border-color css

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

 span { border-color: rgb(237,198,138); }

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