Html Css Color HEX #EAC689 New Orleans

📋 copy color: '#EAC689'

red 234 ◦ green 198 ◦ blue 137

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

Shades of New Orleans #EAC689

Tints of New Orleans #EAC689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.08%

R = 41.12%
G = 34.8%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAC689 (or 0xEAC689) is known color: New Orleans. HEX triplet: EA, C6 and 89. RGB value is (234,198,137). Sum of RGB (Red+Green+Blue) = 234+198+137=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC689 is #153976. Grayscale: #CACACA. Windows color (decimal): -1390967 or 9029354. OLE color: 9029354.

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

Color convert

RGB 234 198 137 -
CMYK 0 0.15 0.41 0.08
HSL 37.73º 0.7% 0.73% -
HSV(B) 37.73º 0.41% 0.92% -
XYZ 58.64 59.69 32.1 -
YUV 201.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 234 198 137 0 0.15 0.41 0.08 37.73 0.7 0.73
Hex EA C6 89 0 F 29 8 26 46 49
Octal 352 306 211 0 17 51 10 46 106 111
Binary 11101010 11000110 10001001 0 1111 101001 1000 100110 1000110 1001001

Color Harmonies of #EAC689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC689

Black with #EAC689

Text Example


Text Example

White with #EAC689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC689; }

 p { color: rgb(234,198,137); }

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

background-color css

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

 a { background-color: rgb(234,198,137); }

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

border-color css

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

 span { border-color: rgb(234,198,137); }

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