Html Css Color HEX #EDBA0E Moon Yellow

📋 copy color: '#EDBA0E'

red 237 ◦ green 186 ◦ blue 14

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

Shades of Moon Yellow #EDBA0E

Tints of Moon Yellow #EDBA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 54.23%
G = 42.56%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDBA0E (or 0xEDBA0E) is known color: Moon Yellow. HEX triplet: ED, BA and 0E. RGB value is (237,186,14). Sum of RGB (Red+Green+Blue) = 237+186+14=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA0E is #1245F1. Grayscale: #B6B6B6. Windows color (decimal): -1197554 or 965357. OLE color: 965357.

HSL color Cylindrical-coordinate representation of color #EDBA0E: hue angle of 46.28º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDBA0E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 14 -
CMYK 0 0.22 0.94 0.07
HSL 46.28º 0.89% 0.49% -
HSV(B) 46.28º 0.94% 0.93% -
XYZ 52.56 53.15 7.9 -
YUV 181.64 33.4 167.49 -
System Red Green Blue C M Y K H S L
Decimal 237 186 14 0 0.22 0.94 0.07 46.28 0.89 0.49
Hex ED BA E 0 16 5E 7 2E 59 31
Octal 355 272 16 0 26 136 7 56 131 61
Binary 11101101 10111010 1110 0 10110 1011110 111 101110 1011001 110001

Color Harmonies of #EDBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA0E

Black with #EDBA0E

Text Example


Text Example

White with #EDBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA0E; }

 p { color: rgb(237,186,14); }

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

background-color css

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

 a { background-color: rgb(237,186,14); }

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

border-color css

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

 span { border-color: rgb(237,186,14); }

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