Html Css Color HEX #EDE9CA Half And Half

📋 copy color: '#EDE9CA'

red 237 ◦ green 233 ◦ blue 202

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

Shades of Half And Half #EDE9CA

Tints of Half And Half #EDE9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.67%

 BLUE value IS 202 (79.3% from 255) = 30.06%

R = 35.27%
G = 34.67%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDE9CA (or 0xEDE9CA) is known color: Half And Half. HEX triplet: ED, E9 and CA. RGB value is (237,233,202). Sum of RGB (Red+Green+Blue) = 237+233+202=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9CA is #121635. Grayscale: #E6E6E6. Windows color (decimal): -1185334 or 13298157. OLE color: 13298157.

HSL color Cylindrical-coordinate representation of color #EDE9CA: hue angle of 53.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE9CA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 202 -
CMYK 0 0.02 0.15 0.07
HSL 53.14º 0.49% 0.86% -
HSV(B) 53.14º 0.15% 0.93% -
XYZ 74.72 80.55 67.49 -
YUV 230.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 237 233 202 0 0.02 0.15 0.07 53.14 0.49 0.86
Hex ED E9 CA 0 2 F 7 35 31 56
Octal 355 351 312 0 2 17 7 65 61 126
Binary 11101101 11101001 11001010 0 10 1111 111 110101 110001 1010110

Color Harmonies of #EDE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9CA

Black with #EDE9CA

Text Example


Text Example

White with #EDE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9CA; }

 p { color: rgb(237,233,202); }

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

background-color css

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

 a { background-color: rgb(237,233,202); }

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

border-color css

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

 span { border-color: rgb(237,233,202); }

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