Html Css Color HEX #EAC38F New Orleans

📋 copy color: '#EAC38F'

red 234 ◦ green 195 ◦ blue 143

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

Shades of New Orleans #EAC38F

Tints of New Orleans #EAC38F

RGB

 RED value IS 234 (91.8% from 255) = 40.91%

 GREEN value IS 195 (76.56% from 255) = 34.09%

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

R = 40.91%
G = 34.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EAC38F (or 0xEAC38F) is known color: New Orleans. HEX triplet: EA, C3 and 8F. RGB value is (234,195,143). Sum of RGB (Red+Green+Blue) = 234+195+143=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC38F is #153C70. Grayscale: #C8C8C8. Windows color (decimal): -1391729 or 9421802. OLE color: 9421802.

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

Color convert

RGB 234 195 143 -
CMYK 0 0.17 0.39 0.08
HSL 34.29º 0.68% 0.74% -
HSV(B) 34.29º 0.39% 0.92% -
XYZ 58.4 58.51 34.2 -
YUV 200.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 234 195 143 0 0.17 0.39 0.08 34.29 0.68 0.74
Hex EA C3 8F 0 11 27 8 22 44 4A
Octal 352 303 217 0 21 47 10 42 104 112
Binary 11101010 11000011 10001111 0 10001 100111 1000 100010 1000100 1001010

Color Harmonies of #EAC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC38F

Black with #EAC38F

Text Example


Text Example

White with #EAC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC38F; }

 p { color: rgb(234,195,143); }

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

background-color css

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

 a { background-color: rgb(234,195,143); }

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

border-color css

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

 span { border-color: rgb(234,195,143); }

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