Html Css Color HEX #EDC388 New Orleans

📋 copy color: '#EDC388'

red 237 ◦ green 195 ◦ blue 136

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

Shades of New Orleans #EDC388

Tints of New Orleans #EDC388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.94%

R = 41.73%
G = 34.33%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC388 (or 0xEDC388) is known color: New Orleans. HEX triplet: ED, C3 and 88. RGB value is (237,195,136). Sum of RGB (Red+Green+Blue) = 237+195+136=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC388 is #123C77. Grayscale: #C9C9C9. Windows color (decimal): -1195128 or 8963053. OLE color: 8963053.

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

Color convert

RGB 237 195 136 -
CMYK 0 0.18 0.43 0.07
HSL 35.05º 0.74% 0.73% -
HSV(B) 35.05º 0.43% 0.93% -
XYZ 58.88 58.81 31.54 -
YUV 200.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 237 195 136 0 0.18 0.43 0.07 35.05 0.74 0.73
Hex ED C3 88 0 12 2B 7 23 4A 49
Octal 355 303 210 0 22 53 7 43 112 111
Binary 11101101 11000011 10001000 0 10010 101011 111 100011 1001010 1001001

Color Harmonies of #EDC388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC388

Black with #EDC388

Text Example


Text Example

White with #EDC388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC388; }

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

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

background-color css

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

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

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

border-color css

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

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

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