Html Css Color HEX #EDBD0F Moon Yellow

📋 copy color: '#EDBD0F'

red 237 ◦ green 189 ◦ blue 15

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

Shades of Moon Yellow #EDBD0F

Tints of Moon Yellow #EDBD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 53.74%
G = 42.86%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDBD0F (or 0xEDBD0F) is known color: Moon Yellow. HEX triplet: ED, BD and 0F. RGB value is (237,189,15). Sum of RGB (Red+Green+Blue) = 237+189+15=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBD0F is #1242F0. Grayscale: #B8B8B8. Windows color (decimal): -1196785 or 1031661. OLE color: 1031661.

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

Color convert

RGB 237 189 15 -
CMYK 0 0.20 0.94 0.07
HSL 47.03º 0.88% 0.49% -
HSV(B) 47.03º 0.94% 0.93% -
XYZ 53.21 54.43 8.15 -
YUV 183.52 32.9 166.15 -
System Red Green Blue C M Y K H S L
Decimal 237 189 15 0 0.20 0.94 0.07 47.03 0.88 0.49
Hex ED BD F 0 14 5E 7 2F 58 31
Octal 355 275 17 0 24 136 7 57 130 61
Binary 11101101 10111101 1111 0 10100 1011110 111 101111 1011000 110001

Color Harmonies of #EDBD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD0F

Black with #EDBD0F

Text Example


Text Example

White with #EDBD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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