Html Css Color HEX #EDBD1E Moon Yellow

📋 copy color: '#EDBD1E'

red 237 ◦ green 189 ◦ blue 30

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

Shades of Moon Yellow #EDBD1E

Tints of Moon Yellow #EDBD1E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.45%

 BLUE value IS 30 (12.11% from 255) = 6.58%

R = 51.97%
G = 41.45%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDBD1E (or 0xEDBD1E) is known color: Moon Yellow. HEX triplet: ED, BD and 1E. RGB value is (237,189,30). Sum of RGB (Red+Green+Blue) = 237+189+30=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBD1E is #1242E1. Grayscale: #B9B9B9. Windows color (decimal): -1196770 or 2014701. OLE color: 2014701.

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

Color convert

RGB 237 189 30 -
CMYK 0 0.20 0.87 0.07
HSL 46.09º 0.85% 0.52% -
HSV(B) 46.09º 0.87% 0.93% -
XYZ 53.36 54.49 8.93 -
YUV 185.23 40.4 164.93 -
System Red Green Blue C M Y K H S L
Decimal 237 189 30 0 0.20 0.87 0.07 46.09 0.85 0.52
Hex ED BD 1E 0 14 57 7 2E 55 34
Octal 355 275 36 0 24 127 7 56 125 64
Binary 11101101 10111101 11110 0 10100 1010111 111 101110 1010101 110100

Color Harmonies of #EDBD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD1E

Black with #EDBD1E

Text Example


Text Example

White with #EDBD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD1E; }

 p { color: rgb(237,189,30); }

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

background-color css

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

 a { background-color: rgb(237,189,30); }

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

border-color css

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

 span { border-color: rgb(237,189,30); }

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