Html Css Color HEX #EDBE0E Moon Yellow

📋 copy color: '#EDBE0E'

red 237 ◦ green 190 ◦ blue 14

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

Shades of Moon Yellow #EDBE0E

Tints of Moon Yellow #EDBE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

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

R = 53.74%
G = 43.08%
B = 3.17%

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

#EDBE0E (or 0xEDBE0E) is known color: Moon Yellow. HEX triplet: ED, BE and 0E. RGB value is (237,190,14). Sum of RGB (Red+Green+Blue) = 237+190+14=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBE0E is #1241F1. Grayscale: #B8B8B8. Windows color (decimal): -1196530 or 966381. OLE color: 966381.

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

Color convert

RGB 237 190 14 -
CMYK 0 0.20 0.94 0.07
HSL 47.35º 0.89% 0.49% -
HSV(B) 47.35º 0.94% 0.93% -
XYZ 53.42 54.86 8.19 -
YUV 183.99 32.07 165.81 -
System Red Green Blue C M Y K H S L
Decimal 237 190 14 0 0.20 0.94 0.07 47.35 0.89 0.49
Hex ED BE E 0 14 5E 7 2F 59 31
Octal 355 276 16 0 24 136 7 57 131 61
Binary 11101101 10111110 1110 0 10100 1011110 111 101111 1011001 110001

Color Harmonies of #EDBE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE0E

Black with #EDBE0E

Text Example


Text Example

White with #EDBE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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