Html Css Color HEX #EDBE0D Moon Yellow

📋 copy color: '#EDBE0D'

red 237 ◦ green 190 ◦ blue 13

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

Shades of Moon Yellow #EDBE0D

Tints of Moon Yellow #EDBE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 53.86%
G = 43.18%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDBE0D (or 0xEDBE0D) is known color: Moon Yellow. HEX triplet: ED, BE and 0D. RGB value is (237,190,13). Sum of RGB (Red+Green+Blue) = 237+190+13=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBE0D is #1241F2. Grayscale: #B8B8B8. Windows color (decimal): -1196531 or 900845. OLE color: 900845.

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

Color convert

RGB 237 190 13 -
CMYK 0 0.20 0.95 0.07
HSL 47.41º 0.9% 0.49% -
HSV(B) 47.41º 0.95% 0.93% -
XYZ 53.41 54.86 8.15 -
YUV 183.88 31.57 165.89 -
System Red Green Blue C M Y K H S L
Decimal 237 190 13 0 0.20 0.95 0.07 47.41 0.9 0.49
Hex ED BE D 0 14 5F 7 2F 5A 31
Octal 355 276 15 0 24 137 7 57 132 61
Binary 11101101 10111110 1101 0 10100 1011111 111 101111 1011010 110001

Color Harmonies of #EDBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE0D

Black with #EDBE0D

Text Example


Text Example

White with #EDBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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