Html Css Color HEX #EAC68A New Orleans

📋 copy color: '#EAC68A'

red 234 ◦ green 198 ◦ blue 138

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

Shades of New Orleans #EAC68A

Tints of New Orleans #EAC68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.21%

R = 41.05%
G = 34.74%
B = 24.21%

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

#EAC68A (or 0xEAC68A) is known color: New Orleans. HEX triplet: EA, C6 and 8A. RGB value is (234,198,138). Sum of RGB (Red+Green+Blue) = 234+198+138=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC68A is #153975. Grayscale: #CACACA. Windows color (decimal): -1390966 or 9094890. OLE color: 9094890.

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

Color convert

RGB 234 198 138 -
CMYK 0 0.15 0.41 0.08
HSL 37.5º 0.7% 0.73% -
HSV(B) 37.5º 0.41% 0.92% -
XYZ 58.71 59.72 32.48 -
YUV 201.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 234 198 138 0 0.15 0.41 0.08 37.5 0.7 0.73
Hex EA C6 8A 0 F 29 8 26 46 49
Octal 352 306 212 0 17 51 10 46 106 111
Binary 11101010 11000110 10001010 0 1111 101001 1000 100110 1000110 1001001

Color Harmonies of #EAC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC68A

Black with #EAC68A

Text Example


Text Example

White with #EAC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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