Html Css Color HEX #EDE4CB Orange White

📋 copy color: '#EDE4CB'

red 237 ◦ green 228 ◦ blue 203

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

Shades of Orange White #EDE4CB

Tints of Orange White #EDE4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.39%

R = 35.48%
G = 34.13%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDE4CB (or 0xEDE4CB) is known color: Orange White. HEX triplet: ED, E4 and CB. RGB value is (237,228,203). Sum of RGB (Red+Green+Blue) = 237+228+203=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4CB is #121B34. Grayscale: #E3E3E3. Windows color (decimal): -1186613 or 13362413. OLE color: 13362413.

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

Color convert

RGB 237 228 203 -
CMYK 0 0.04 0.14 0.07
HSL 44.12º 0.49% 0.86% -
HSV(B) 44.12º 0.14% 0.93% -
XYZ 73.45 77.8 67.65 -
YUV 227.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 237 228 203 0 0.04 0.14 0.07 44.12 0.49 0.86
Hex ED E4 CB 0 4 E 7 2C 31 56
Octal 355 344 313 0 4 16 7 54 61 126
Binary 11101101 11100100 11001011 0 100 1110 111 101100 110001 1010110

Color Harmonies of #EDE4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4CB

Black with #EDE4CB

Text Example


Text Example

White with #EDE4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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