Html Css Color HEX #EDBE10 Moon Yellow

📋 copy color: '#EDBE10'

red 237 ◦ green 190 ◦ blue 16

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

Shades of Moon Yellow #EDBE10

Tints of Moon Yellow #EDBE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.61%

R = 53.5%
G = 42.89%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDBE10 (or 0xEDBE10) is known color: Moon Yellow. HEX triplet: ED, BE and 10. RGB value is (237,190,16). Sum of RGB (Red+Green+Blue) = 237+190+16=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBE10 is #1241EF. Grayscale: #B8B8B8. Windows color (decimal): -1196528 or 1097453. OLE color: 1097453.

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

Color convert

RGB 237 190 16 -
CMYK 0 0.20 0.93 0.07
HSL 47.24º 0.87% 0.5% -
HSV(B) 47.24º 0.93% 0.93% -
XYZ 53.43 54.87 8.26 -
YUV 184.22 33.07 165.65 -
System Red Green Blue C M Y K H S L
Decimal 237 190 16 0 0.20 0.93 0.07 47.24 0.87 0.5
Hex ED BE 10 0 14 5D 7 2F 57 32
Octal 355 276 20 0 24 135 7 57 127 62
Binary 11101101 10111110 10000 0 10100 1011101 111 101111 1010111 110010

Color Harmonies of #EDBE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE10

Black with #EDBE10

Text Example


Text Example

White with #EDBE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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