Html Css Color HEX #EDBD0E Moon Yellow

📋 copy color: '#EDBD0E'

red 237 ◦ green 189 ◦ blue 14

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

Shades of Moon Yellow #EDBD0E

Tints of Moon Yellow #EDBD0E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

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

R = 53.86%
G = 42.95%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDBD0E (or 0xEDBD0E) is known color: Moon Yellow. HEX triplet: ED, BD and 0E. RGB value is (237,189,14). Sum of RGB (Red+Green+Blue) = 237+189+14=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBD0E is #1242F1. Grayscale: #B8B8B8. Windows color (decimal): -1196786 or 966125. OLE color: 966125.

HSL color Cylindrical-coordinate representation of color #EDBD0E: hue angle of 47.09º 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 #EDBD0E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 14 -
CMYK 0 0.20 0.94 0.07
HSL 47.09º 0.89% 0.49% -
HSV(B) 47.09º 0.94% 0.93% -
XYZ 53.2 54.43 8.12 -
YUV 183.4 32.4 166.23 -
System Red Green Blue C M Y K H S L
Decimal 237 189 14 0 0.20 0.94 0.07 47.09 0.89 0.49
Hex ED BD E 0 14 5E 7 2F 59 31
Octal 355 275 16 0 24 136 7 57 131 61
Binary 11101101 10111101 1110 0 10100 1011110 111 101111 1011001 110001

Color Harmonies of #EDBD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD0E

Black with #EDBD0E

Text Example


Text Example

White with #EDBD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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