Html Css Color HEX #EBC68A New Orleans

📋 copy color: '#EBC68A'

red 235 ◦ green 198 ◦ blue 138

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

Shades of New Orleans #EBC68A

Tints of New Orleans #EBC68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.68%

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

R = 41.16%
G = 34.68%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBC68A (or 0xEBC68A) is known color: New Orleans. HEX triplet: EB, C6 and 8A. RGB value is (235,198,138). Sum of RGB (Red+Green+Blue) = 235+198+138=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC68A is #143975. Grayscale: #CACACA. Windows color (decimal): -1325430 or 9094891. OLE color: 9094891.

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

Color convert

RGB 235 198 138 -
CMYK 0 0.16 0.41 0.08
HSL 37.11º 0.71% 0.73% -
HSV(B) 37.11º 0.41% 0.92% -
XYZ 59.04 59.89 32.49 -
YUV 202.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 235 198 138 0 0.16 0.41 0.08 37.11 0.71 0.73
Hex EB C6 8A 0 10 29 8 25 47 49
Octal 353 306 212 0 20 51 10 45 107 111
Binary 11101011 11000110 10001010 0 10000 101001 1000 100101 1000111 1001001

Color Harmonies of #EBC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC68A

Black with #EBC68A

Text Example


Text Example

White with #EBC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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