Html Css Color HEX #EDC78E New Orleans

📋 copy color: '#EDC78E'

red 237 ◦ green 199 ◦ blue 142

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

Shades of New Orleans #EDC78E

Tints of New Orleans #EDC78E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.43%

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

R = 41%
G = 34.43%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDC78E (or 0xEDC78E) is known color: New Orleans. HEX triplet: ED, C7 and 8E. RGB value is (237,199,142). Sum of RGB (Red+Green+Blue) = 237+199+142=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC78E is #123871. Grayscale: #CCCCCC. Windows color (decimal): -1194098 or 9357293. OLE color: 9357293.

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

Color convert

RGB 237 199 142 -
CMYK 0 0.16 0.40 0.07
HSL 36º 0.73% 0.74% -
HSV(B) 36º 0.4% 0.93% -
XYZ 60.23 60.8 34.15 -
YUV 203.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 237 199 142 0 0.16 0.40 0.07 36 0.73 0.74
Hex ED C7 8E 0 10 28 7 24 49 4A
Octal 355 307 216 0 20 50 7 44 111 112
Binary 11101101 11000111 10001110 0 10000 101000 111 100100 1001001 1001010

Color Harmonies of #EDC78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC78E

Black with #EDC78E

Text Example


Text Example

White with #EDC78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC78E; }

 p { color: rgb(237,199,142); }

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

background-color css

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

 a { background-color: rgb(237,199,142); }

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

border-color css

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

 span { border-color: rgb(237,199,142); }

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