Html Css Color HEX #EBC78F New Orleans

📋 copy color: '#EBC78F'

red 235 ◦ green 199 ◦ blue 143

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

Shades of New Orleans #EBC78F

Tints of New Orleans #EBC78F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.78%

R = 40.73%
G = 34.49%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBC78F (or 0xEBC78F) is known color: New Orleans. HEX triplet: EB, C7 and 8F. RGB value is (235,199,143). Sum of RGB (Red+Green+Blue) = 235+199+143=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC78F is #143870. Grayscale: #CBCBCB. Windows color (decimal): -1325169 or 9422827. OLE color: 9422827.

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

Color convert

RGB 235 199 143 -
CMYK 0 0.15 0.39 0.08
HSL 36.52º 0.7% 0.74% -
HSV(B) 36.52º 0.39% 0.92% -
XYZ 59.64 60.49 34.52 -
YUV 203.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 235 199 143 0 0.15 0.39 0.08 36.52 0.7 0.74
Hex EB C7 8F 0 F 27 8 25 46 4A
Octal 353 307 217 0 17 47 10 45 106 112
Binary 11101011 11000111 10001111 0 1111 100111 1000 100101 1000110 1001010

Color Harmonies of #EBC78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC78F

Black with #EBC78F

Text Example


Text Example

White with #EBC78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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