Html Css Color HEX #EDB81D Moon Yellow

📋 copy color: '#EDB81D'

red 237 ◦ green 184 ◦ blue 29

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

Shades of Moon Yellow #EDB81D

Tints of Moon Yellow #EDB81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

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

R = 52.67%
G = 40.89%
B = 6.44%

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

#EDB81D (or 0xEDB81D) is known color: Moon Yellow. HEX triplet: ED, B8 and 1D. RGB value is (237,184,29). Sum of RGB (Red+Green+Blue) = 237+184+29=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB81D is #1247E2. Grayscale: #B6B6B6. Windows color (decimal): -1198051 or 1947885. OLE color: 1947885.

HSL color Cylindrical-coordinate representation of color #EDB81D: hue angle of 44.71º 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 #EDB81D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 29 -
CMYK 0 0.22 0.88 0.07
HSL 44.71º 0.85% 0.52% -
HSV(B) 44.71º 0.88% 0.93% -
XYZ 52.29 52.37 8.52 -
YUV 182.18 41.56 167.1 -
System Red Green Blue C M Y K H S L
Decimal 237 184 29 0 0.22 0.88 0.07 44.71 0.85 0.52
Hex ED B8 1D 0 16 58 7 2D 55 34
Octal 355 270 35 0 26 130 7 55 125 64
Binary 11101101 10111000 11101 0 10110 1011000 111 101101 1010101 110100

Color Harmonies of #EDB81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB81D

Black with #EDB81D

Text Example


Text Example

White with #EDB81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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