Html Css Color HEX #EBC28A New Orleans

📋 copy color: '#EBC28A'

red 235 ◦ green 194 ◦ blue 138

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

Shades of New Orleans #EBC28A

Tints of New Orleans #EBC28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.34%

R = 41.45%
G = 34.22%
B = 24.34%

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

#EBC28A (or 0xEBC28A) is known color: New Orleans. HEX triplet: EB, C2 and 8A. RGB value is (235,194,138). Sum of RGB (Red+Green+Blue) = 235+194+138=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC28A is #143D75. Grayscale: #C8C8C8. Windows color (decimal): -1326454 or 9093867. OLE color: 9093867.

HSL color Cylindrical-coordinate representation of color #EBC28A: hue angle of 34.64º 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 #EBC28A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 138 -
CMYK 0 0.17 0.41 0.08
HSL 34.64º 0.71% 0.73% -
HSV(B) 34.64º 0.41% 0.92% -
XYZ 58.14 58.08 32.19 -
YUV 199.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 235 194 138 0 0.17 0.41 0.08 34.64 0.71 0.73
Hex EB C2 8A 0 11 29 8 23 47 49
Octal 353 302 212 0 21 51 10 43 107 111
Binary 11101011 11000010 10001010 0 10001 101001 1000 100011 1000111 1001001

Color Harmonies of #EBC28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC28A

Black with #EBC28A

Text Example


Text Example

White with #EBC28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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