Html Css Color HEX #EDB91D Moon Yellow

📋 copy color: '#EDB91D'

red 237 ◦ green 185 ◦ blue 29

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

Shades of Moon Yellow #EDB91D

Tints of Moon Yellow #EDB91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 29 (11.72% from 255) = 6.43%

R = 52.55%
G = 41.02%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDB91D (or 0xEDB91D) is known color: Moon Yellow. HEX triplet: ED, B9 and 1D. RGB value is (237,185,29). Sum of RGB (Red+Green+Blue) = 237+185+29=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 29 (11.72% from 255 or 6.43% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB91D is #1246E2. Grayscale: #B7B7B7. Windows color (decimal): -1197795 or 1948141. OLE color: 1948141.

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

Color convert

RGB 237 185 29 -
CMYK 0 0.22 0.88 0.07
HSL 45º 0.85% 0.52% -
HSV(B) 45º 0.88% 0.93% -
XYZ 52.5 52.79 8.59 -
YUV 182.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 237 185 29 0 0.22 0.88 0.07 45 0.85 0.52
Hex ED B9 1D 0 16 58 7 2D 55 34
Octal 355 271 35 0 26 130 7 55 125 64
Binary 11101101 10111001 11101 0 10110 1011000 111 101101 1010101 110100

Color Harmonies of #EDB91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB91D

Black with #EDB91D

Text Example


Text Example

White with #EDB91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB91D; }

 p { color: rgb(237,185,29); }

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

background-color css

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

 a { background-color: rgb(237,185,29); }

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

border-color css

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

 span { border-color: rgb(237,185,29); }

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