Html Css Color HEX #EBC78E New Orleans

📋 copy color: '#EBC78E'

red 235 ◦ green 199 ◦ blue 142

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

Shades of New Orleans #EBC78E

Tints of New Orleans #EBC78E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.55%

 BLUE value IS 142 (55.86% from 255) = 24.65%

R = 40.8%
G = 34.55%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBC78E (or 0xEBC78E) is known color: New Orleans. HEX triplet: EB, C7 and 8E. RGB value is (235,199,142). Sum of RGB (Red+Green+Blue) = 235+199+142=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC78E is #143871. Grayscale: #CBCBCB. Windows color (decimal): -1325170 or 9357291. OLE color: 9357291.

HSL color Cylindrical-coordinate representation of color #EBC78E: hue angle of 36.77º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBC78E is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 142 -
CMYK 0 0.15 0.40 0.08
HSL 36.77º 0.7% 0.74% -
HSV(B) 36.77º 0.4% 0.92% -
XYZ 59.57 60.46 34.12 -
YUV 203.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 235 199 142 0 0.15 0.40 0.08 36.77 0.7 0.74
Hex EB C7 8E 0 F 28 8 25 46 4A
Octal 353 307 216 0 17 50 10 45 106 112
Binary 11101011 11000111 10001110 0 1111 101000 1000 100101 1000110 1001010

Color Harmonies of #EBC78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC78E

Black with #EBC78E

Text Example


Text Example

White with #EBC78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC78E; }

 p { color: rgb(235,199,142); }

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

background-color css

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

 a { background-color: rgb(235,199,142); }

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

border-color css

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

 span { border-color: rgb(235,199,142); }

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