Html Css Color HEX #EDBE16 Moon Yellow

📋 copy color: '#EDBE16'

red 237 ◦ green 190 ◦ blue 22

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

Shades of Moon Yellow #EDBE16

Tints of Moon Yellow #EDBE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.9%

R = 52.78%
G = 42.32%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDBE16 (or 0xEDBE16) is known color: Moon Yellow. HEX triplet: ED, BE and 16. RGB value is (237,190,22). Sum of RGB (Red+Green+Blue) = 237+190+22=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBE16 is #1241E9. Grayscale: #B9B9B9. Windows color (decimal): -1196522 or 1490669. OLE color: 1490669.

HSL color Cylindrical-coordinate representation of color #EDBE16: hue angle of 46.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDBE16 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 22 -
CMYK 0 0.20 0.91 0.07
HSL 46.88º 0.86% 0.51% -
HSV(B) 46.88º 0.91% 0.93% -
XYZ 53.48 54.89 8.53 -
YUV 184.9 36.07 165.16 -
System Red Green Blue C M Y K H S L
Decimal 237 190 22 0 0.20 0.91 0.07 46.88 0.86 0.51
Hex ED BE 16 0 14 5B 7 2F 56 33
Octal 355 276 26 0 24 133 7 57 126 63
Binary 11101101 10111110 10110 0 10100 1011011 111 101111 1010110 110011

Color Harmonies of #EDBE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE16

Black with #EDBE16

Text Example


Text Example

White with #EDBE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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