Html Css Color HEX #EBC78D New Orleans

📋 copy color: '#EBC78D'

red 235 ◦ green 199 ◦ blue 141

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

Shades of New Orleans #EBC78D

Tints of New Orleans #EBC78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.52%

R = 40.87%
G = 34.61%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBC78D (or 0xEBC78D) is known color: New Orleans. HEX triplet: EB, C7 and 8D. RGB value is (235,199,141). Sum of RGB (Red+Green+Blue) = 235+199+141=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC78D is #143872. Grayscale: #CBCBCB. Windows color (decimal): -1325171 or 9291755. OLE color: 9291755.

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

Color convert

RGB 235 199 141 -
CMYK 0 0.15 0.4 0.08
HSL 37.02º 0.7% 0.74% -
HSV(B) 37.02º 0.4% 0.92% -
XYZ 59.49 60.43 33.73 -
YUV 203.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 235 199 141 0 0.15 0.4 0.08 37.02 0.7 0.74
Hex EB C7 8D 0 F 28 8 25 46 4A
Octal 353 307 215 0 17 50 10 45 106 112
Binary 11101011 11000111 10001101 0 1111 101000 1000 100101 1000110 1001010

Color Harmonies of #EBC78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC78D

Black with #EBC78D

Text Example


Text Example

White with #EBC78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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