Html Css Color HEX #EDE4CA Orange White

📋 copy color: '#EDE4CA'

red 237 ◦ green 228 ◦ blue 202

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

Shades of Orange White #EDE4CA

Tints of Orange White #EDE4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.28%

R = 35.53%
G = 34.18%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDE4CA (or 0xEDE4CA) is known color: Orange White. HEX triplet: ED, E4 and CA. RGB value is (237,228,202). Sum of RGB (Red+Green+Blue) = 237+228+202=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4CA is #121B35. Grayscale: #E3E3E3. Windows color (decimal): -1186614 or 13296877. OLE color: 13296877.

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

Color convert

RGB 237 228 202 -
CMYK 0 0.04 0.15 0.07
HSL 44.57º 0.49% 0.86% -
HSV(B) 44.57º 0.15% 0.93% -
XYZ 73.33 77.76 67.02 -
YUV 227.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 237 228 202 0 0.04 0.15 0.07 44.57 0.49 0.86
Hex ED E4 CA 0 4 F 7 2D 31 56
Octal 355 344 312 0 4 17 7 55 61 126
Binary 11101101 11100100 11001010 0 100 1111 111 101101 110001 1010110

Color Harmonies of #EDE4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4CA

Black with #EDE4CA

Text Example


Text Example

White with #EDE4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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