Html Css Color HEX #EDC78D New Orleans

📋 copy color: '#EDC78D'

red 237 ◦ green 199 ◦ blue 141

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

Shades of New Orleans #EDC78D

Tints of New Orleans #EDC78D

RGB

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

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

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

R = 41.07%
G = 34.49%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDC78D (or 0xEDC78D) is known color: New Orleans. HEX triplet: ED, C7 and 8D. RGB value is (237,199,141). Sum of RGB (Red+Green+Blue) = 237+199+141=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC78D is #123872. Grayscale: #CCCCCC. Windows color (decimal): -1194099 or 9291757. OLE color: 9291757.

HSL color Cylindrical-coordinate representation of color #EDC78D: hue angle of 36.25º degrees, saturation: 0.73, 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 #EDC78D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 141 -
CMYK 0 0.16 0.41 0.07
HSL 36.25º 0.73% 0.74% -
HSV(B) 36.25º 0.41% 0.93% -
XYZ 60.16 60.77 33.76 -
YUV 203.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 237 199 141 0 0.16 0.41 0.07 36.25 0.73 0.74
Hex ED C7 8D 0 10 29 7 24 49 4A
Octal 355 307 215 0 20 51 7 44 111 112
Binary 11101101 11000111 10001101 0 10000 101001 111 100100 1001001 1001010

Color Harmonies of #EDC78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC78D

Black with #EDC78D

Text Example


Text Example

White with #EDC78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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