Html Css Color HEX #EDE6D0 Orange White

📋 copy color: '#EDE6D0'

red 237 ◦ green 230 ◦ blue 208

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

Shades of Orange White #EDE6D0

Tints of Orange White #EDE6D0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.07%

 BLUE value IS 208 (81.64% from 255) = 30.81%

R = 35.11%
G = 34.07%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDE6D0 (or 0xEDE6D0) is known color: Orange White. HEX triplet: ED, E6 and D0. RGB value is (237,230,208). Sum of RGB (Red+Green+Blue) = 237+230+208=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6D0 is #12192F. Grayscale: #E5E5E5. Windows color (decimal): -1186096 or 13690605. OLE color: 13690605.

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

Color convert

RGB 237 230 208 -
CMYK 0 0.03 0.12 0.07
HSL 45.52º 0.45% 0.87% -
HSV(B) 45.52º 0.12% 0.93% -
XYZ 74.61 79.15 71.02 -
YUV 229.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 237 230 208 0 0.03 0.12 0.07 45.52 0.45 0.87
Hex ED E6 D0 0 3 C 7 2E 2D 57
Octal 355 346 320 0 3 14 7 56 55 127
Binary 11101101 11100110 11010000 0 11 1100 111 101110 101101 1010111

Color Harmonies of #EDE6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6D0

Black with #EDE6D0

Text Example


Text Example

White with #EDE6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6D0; }

 p { color: rgb(237,230,208); }

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

background-color css

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

 a { background-color: rgb(237,230,208); }

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

border-color css

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

 span { border-color: rgb(237,230,208); }

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