Html Css Color HEX #EFE5CB Orange White

📋 copy color: '#EFE5CB'

red 239 ◦ green 229 ◦ blue 203

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

Shades of Orange White #EFE5CB

Tints of Orange White #EFE5CB

RGB

 RED value IS 239 (93.75% from 255) = 35.62%

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

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

R = 35.62%
G = 34.13%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFE5CB (or 0xEFE5CB) is known color: Orange White. HEX triplet: EF, E5 and CB. RGB value is (239,229,203). Sum of RGB (Red+Green+Blue) = 239+229+203=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5CB is #101A34. Grayscale: #E5E5E5. Windows color (decimal): -1055285 or 13362671. OLE color: 13362671.

HSL color Cylindrical-coordinate representation of color #EFE5CB: hue angle of 43.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE5CB is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 203 -
CMYK 0 0.04 0.15 0.06
HSL 43.33º 0.53% 0.87% -
HSV(B) 43.33º 0.15% 0.94% -
XYZ 74.4 78.7 67.77 -
YUV 229.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 239 229 203 0 0.04 0.15 0.06 43.33 0.53 0.87
Hex EF E5 CB 0 4 F 6 2B 35 57
Octal 357 345 313 0 4 17 6 53 65 127
Binary 11101111 11100101 11001011 0 100 1111 110 101011 110101 1010111

Color Harmonies of #EFE5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5CB

Black with #EFE5CB

Text Example


Text Example

White with #EFE5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5CB; }

 p { color: rgb(239,229,203); }

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

background-color css

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

 a { background-color: rgb(239,229,203); }

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

border-color css

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

 span { border-color: rgb(239,229,203); }

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