Html Css Color HEX #EDC38A New Orleans

📋 copy color: '#EDC38A'

red 237 ◦ green 195 ◦ blue 138

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

Shades of New Orleans #EDC38A

Tints of New Orleans #EDC38A

RGB

 RED value IS 237 (92.97% from 255) = 41.58%

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

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

R = 41.58%
G = 34.21%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC38A (or 0xEDC38A) is known color: New Orleans. HEX triplet: ED, C3 and 8A. RGB value is (237,195,138). Sum of RGB (Red+Green+Blue) = 237+195+138=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC38A is #123C75. Grayscale: #C9C9C9. Windows color (decimal): -1195126 or 9094125. OLE color: 9094125.

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

Color convert

RGB 237 195 138 -
CMYK 0 0.18 0.42 0.07
HSL 34.55º 0.73% 0.74% -
HSV(B) 34.55º 0.42% 0.93% -
XYZ 59.03 58.87 32.3 -
YUV 201.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 237 195 138 0 0.18 0.42 0.07 34.55 0.73 0.74
Hex ED C3 8A 0 12 2A 7 23 49 4A
Octal 355 303 212 0 22 52 7 43 111 112
Binary 11101101 11000011 10001010 0 10010 101010 111 100011 1001001 1001010

Color Harmonies of #EDC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC38A

Black with #EDC38A

Text Example


Text Example

White with #EDC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC38A; }

 p { color: rgb(237,195,138); }

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

background-color css

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

 a { background-color: rgb(237,195,138); }

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

border-color css

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

 span { border-color: rgb(237,195,138); }

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