Html Css Color HEX #EDE4CC Orange White

📋 copy color: '#EDE4CC'

red 237 ◦ green 228 ◦ blue 204

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

Shades of Orange White #EDE4CC

Tints of Orange White #EDE4CC

RGB

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

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

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

R = 35.43%
G = 34.08%
B = 30.49%

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

#EDE4CC (or 0xEDE4CC) is known color: Orange White. HEX triplet: ED, E4 and CC. RGB value is (237,228,204). Sum of RGB (Red+Green+Blue) = 237+228+204=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4CC is #121B33. Grayscale: #E4E4E4. Windows color (decimal): -1186612 or 13427949. OLE color: 13427949.

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

Color convert

RGB 237 228 204 -
CMYK 0 0.04 0.14 0.07
HSL 43.64º 0.48% 0.86% -
HSV(B) 43.64º 0.14% 0.93% -
XYZ 73.57 77.85 68.28 -
YUV 227.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 237 228 204 0 0.04 0.14 0.07 43.64 0.48 0.86
Hex ED E4 CC 0 4 E 7 2C 30 56
Octal 355 344 314 0 4 16 7 54 60 126
Binary 11101101 11100100 11001100 0 100 1110 111 101100 110000 1010110

Color Harmonies of #EDE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4CC

Black with #EDE4CC

Text Example


Text Example

White with #EDE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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