Html Css Color HEX #EDE4CE Orange White

📋 copy color: '#EDE4CE'

red 237 ◦ green 228 ◦ blue 206

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

Shades of Orange White #EDE4CE

Tints of Orange White #EDE4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.98%

 BLUE value IS 206 (80.86% from 255) = 30.7%

R = 35.32%
G = 33.98%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDE4CE (or 0xEDE4CE) is known color: Orange White. HEX triplet: ED, E4 and CE. RGB value is (237,228,206). Sum of RGB (Red+Green+Blue) = 237+228+206=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4CE is #121B31. Grayscale: #E4E4E4. Windows color (decimal): -1186610 or 13559021. OLE color: 13559021.

HSL color Cylindrical-coordinate representation of color #EDE4CE: hue angle of 42.58º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDE4CE is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 206 -
CMYK 0 0.04 0.13 0.07
HSL 42.58º 0.46% 0.87% -
HSV(B) 42.58º 0.13% 0.93% -
XYZ 73.81 77.95 69.55 -
YUV 228.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 237 228 206 0 0.04 0.13 0.07 42.58 0.46 0.87
Hex ED E4 CE 0 4 D 7 2B 2E 57
Octal 355 344 316 0 4 15 7 53 56 127
Binary 11101101 11100100 11001110 0 100 1101 111 101011 101110 1010111

Color Harmonies of #EDE4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4CE

Black with #EDE4CE

Text Example


Text Example

White with #EDE4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4CE; }

 p { color: rgb(237,228,206); }

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

background-color css

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

 a { background-color: rgb(237,228,206); }

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

border-color css

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

 span { border-color: rgb(237,228,206); }

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