Html Css Color HEX #EAC68E New Orleans

📋 copy color: '#EAC68E'

red 234 ◦ green 198 ◦ blue 142

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

Shades of New Orleans #EAC68E

Tints of New Orleans #EAC68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.74%

R = 40.77%
G = 34.49%
B = 24.74%

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

#EAC68E (or 0xEAC68E) is known color: New Orleans. HEX triplet: EA, C6 and 8E. RGB value is (234,198,142). Sum of RGB (Red+Green+Blue) = 234+198+142=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC68E is #153971. Grayscale: #CACACA. Windows color (decimal): -1390962 or 9357034. OLE color: 9357034.

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

Color convert

RGB 234 198 142 -
CMYK 0 0.15 0.39 0.08
HSL 36.52º 0.69% 0.74% -
HSV(B) 36.52º 0.39% 0.92% -
XYZ 59.01 59.83 34.03 -
YUV 202.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 234 198 142 0 0.15 0.39 0.08 36.52 0.69 0.74
Hex EA C6 8E 0 F 27 8 25 45 4A
Octal 352 306 216 0 17 47 10 45 105 112
Binary 11101010 11000110 10001110 0 1111 100111 1000 100101 1000101 1001010

Color Harmonies of #EAC68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC68E

Black with #EAC68E

Text Example


Text Example

White with #EAC68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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