Html Css Color HEX #EDE5CC Orange White

📋 copy color: '#EDE5CC'

red 237 ◦ green 229 ◦ blue 204

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

Shades of Orange White #EDE5CC

Tints of Orange White #EDE5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.18%

 BLUE value IS 204 (80.08% from 255) = 30.45%

R = 35.37%
G = 34.18%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDE5CC (or 0xEDE5CC) is known color: Orange White. HEX triplet: ED, E5 and CC. RGB value is (237,229,204). Sum of RGB (Red+Green+Blue) = 237+229+204=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5CC is #121A33. Grayscale: #E4E4E4. Windows color (decimal): -1186356 or 13428205. OLE color: 13428205.

HSL color Cylindrical-coordinate representation of color #EDE5CC: hue angle of 45.45º degrees, saturation: 0.48, 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 #EDE5CC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 204 -
CMYK 0 0.03 0.14 0.07
HSL 45.45º 0.48% 0.86% -
HSV(B) 45.45º 0.14% 0.93% -
XYZ 73.84 78.4 68.37 -
YUV 228.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 237 229 204 0 0.03 0.14 0.07 45.45 0.48 0.86
Hex ED E5 CC 0 3 E 7 2D 30 56
Octal 355 345 314 0 3 16 7 55 60 126
Binary 11101101 11100101 11001100 0 11 1110 111 101101 110000 1010110

Color Harmonies of #EDE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5CC

Black with #EDE5CC

Text Example


Text Example

White with #EDE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5CC; }

 p { color: rgb(237,229,204); }

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

background-color css

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

 a { background-color: rgb(237,229,204); }

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

border-color css

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

 span { border-color: rgb(237,229,204); }

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