Html Css Color HEX #EDBA1F Moon Yellow

📋 copy color: '#EDBA1F'

red 237 ◦ green 186 ◦ blue 31

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

Shades of Moon Yellow #EDBA1F

Tints of Moon Yellow #EDBA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.97%

 BLUE value IS 31 (12.5% from 255) = 6.83%

R = 52.2%
G = 40.97%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDBA1F (or 0xEDBA1F) is known color: Moon Yellow. HEX triplet: ED, BA and 1F. RGB value is (237,186,31). Sum of RGB (Red+Green+Blue) = 237+186+31=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA1F is #1245E0. Grayscale: #B8B8B8. Windows color (decimal): -1197537 or 2079469. OLE color: 2079469.

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

Color convert

RGB 237 186 31 -
CMYK 0 0.22 0.87 0.07
HSL 45.15º 0.85% 0.53% -
HSV(B) 45.15º 0.87% 0.93% -
XYZ 52.73 53.22 8.79 -
YUV 183.58 41.9 166.1 -
System Red Green Blue C M Y K H S L
Decimal 237 186 31 0 0.22 0.87 0.07 45.15 0.85 0.53
Hex ED BA 1F 0 16 57 7 2D 55 35
Octal 355 272 37 0 26 127 7 55 125 65
Binary 11101101 10111010 11111 0 10110 1010111 111 101101 1010101 110101

Color Harmonies of #EDBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA1F

Black with #EDBA1F

Text Example


Text Example

White with #EDBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA1F; }

 p { color: rgb(237,186,31); }

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

background-color css

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

 a { background-color: rgb(237,186,31); }

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

border-color css

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

 span { border-color: rgb(237,186,31); }

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