Html Css Color HEX #EBC28B New Orleans

📋 copy color: '#EBC28B'

red 235 ◦ green 194 ◦ blue 139

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

Shades of New Orleans #EBC28B

Tints of New Orleans #EBC28B

RGB

 RED value IS 235 (92.19% from 255) = 41.37%

 GREEN value IS 194 (76.17% from 255) = 34.15%

 BLUE value IS 139 (54.69% from 255) = 24.47%

R = 41.37%
G = 34.15%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBC28B (or 0xEBC28B) is known color: New Orleans. HEX triplet: EB, C2 and 8B. RGB value is (235,194,139). Sum of RGB (Red+Green+Blue) = 235+194+139=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC28B is #143D74. Grayscale: #C8C8C8. Windows color (decimal): -1326453 or 9159403. OLE color: 9159403.

HSL color Cylindrical-coordinate representation of color #EBC28B: hue angle of 34.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBC28B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 139 -
CMYK 0 0.17 0.41 0.08
HSL 34.38º 0.71% 0.73% -
HSV(B) 34.38º 0.41% 0.92% -
XYZ 58.21 58.11 32.57 -
YUV 199.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 235 194 139 0 0.17 0.41 0.08 34.38 0.71 0.73
Hex EB C2 8B 0 11 29 8 22 47 49
Octal 353 302 213 0 21 51 10 42 107 111
Binary 11101011 11000010 10001011 0 10001 101001 1000 100010 1000111 1001001

Color Harmonies of #EBC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC28B

Black with #EBC28B

Text Example


Text Example

White with #EBC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC28B; }

 p { color: rgb(235,194,139); }

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

background-color css

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

 a { background-color: rgb(235,194,139); }

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

border-color css

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

 span { border-color: rgb(235,194,139); }

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