Html Css Color HEX #EDB61A Moon Yellow

📋 copy color: '#EDB61A'

red 237 ◦ green 182 ◦ blue 26

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

Shades of Moon Yellow #EDB61A

Tints of Moon Yellow #EDB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

 BLUE value IS 26 (10.55% from 255) = 5.84%

R = 53.26%
G = 40.9%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDB61A (or 0xEDB61A) is known color: Moon Yellow. HEX triplet: ED, B6 and 1A. RGB value is (237,182,26). Sum of RGB (Red+Green+Blue) = 237+182+26=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB61A is #1249E5. Grayscale: #B5B5B5. Windows color (decimal): -1198566 or 1750765. OLE color: 1750765.

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

Color convert

RGB 237 182 26 -
CMYK 0 0.23 0.89 0.07
HSL 44.36º 0.85% 0.52% -
HSV(B) 44.36º 0.89% 0.93% -
XYZ 51.84 51.54 8.19 -
YUV 180.66 40.72 168.18 -
System Red Green Blue C M Y K H S L
Decimal 237 182 26 0 0.23 0.89 0.07 44.36 0.85 0.52
Hex ED B6 1A 0 17 59 7 2C 55 34
Octal 355 266 32 0 27 131 7 54 125 64
Binary 11101101 10110110 11010 0 10111 1011001 111 101100 1010101 110100

Color Harmonies of #EDB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB61A

Black with #EDB61A

Text Example


Text Example

White with #EDB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB61A; }

 p { color: rgb(237,182,26); }

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

background-color css

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

 a { background-color: rgb(237,182,26); }

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

border-color css

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

 span { border-color: rgb(237,182,26); }

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