Html Css Color HEX #EEC38D New Orleans

📋 copy color: '#EEC38D'

red 238 ◦ green 195 ◦ blue 141

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

Shades of New Orleans #EEC38D

Tints of New Orleans #EEC38D

RGB

 RED value IS 238 (93.36% from 255) = 41.46%

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

 BLUE value IS 141 (55.47% from 255) = 24.56%

R = 41.46%
G = 33.97%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEC38D (or 0xEEC38D) is known color: New Orleans. HEX triplet: EE, C3 and 8D. RGB value is (238,195,141). Sum of RGB (Red+Green+Blue) = 238+195+141=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC38D is #113C72. Grayscale: #C9C9C9. Windows color (decimal): -1129587 or 9290734. OLE color: 9290734.

HSL color Cylindrical-coordinate representation of color #EEC38D: hue angle of 33.4º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEC38D is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 141 -
CMYK 0 0.18 0.41 0.07
HSL 33.4º 0.74% 0.74% -
HSV(B) 33.4º 0.41% 0.93% -
XYZ 59.58 59.13 33.47 -
YUV 201.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 238 195 141 0 0.18 0.41 0.07 33.4 0.74 0.74
Hex EE C3 8D 0 12 29 7 21 4A 4A
Octal 356 303 215 0 22 51 7 41 112 112
Binary 11101110 11000011 10001101 0 10010 101001 111 100001 1001010 1001010

Color Harmonies of #EEC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC38D

Black with #EEC38D

Text Example


Text Example

White with #EEC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC38D; }

 p { color: rgb(238,195,141); }

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

background-color css

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

 a { background-color: rgb(238,195,141); }

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

border-color css

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

 span { border-color: rgb(238,195,141); }

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