Html Css Color HEX #EDB71B Moon Yellow

📋 copy color: '#EDB71B'

red 237 ◦ green 183 ◦ blue 27

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

Shades of Moon Yellow #EDB71B

Tints of Moon Yellow #EDB71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.94%

 BLUE value IS 27 (10.94% from 255) = 6.04%

R = 53.02%
G = 40.94%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDB71B (or 0xEDB71B) is known color: Moon Yellow. HEX triplet: ED, B7 and 1B. RGB value is (237,183,27). Sum of RGB (Red+Green+Blue) = 237+183+27=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB71B is #1248E4. Grayscale: #B6B6B6. Windows color (decimal): -1198309 or 1816557. OLE color: 1816557.

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

Color convert

RGB 237 183 27 -
CMYK 0 0.23 0.89 0.07
HSL 44.57º 0.85% 0.52% -
HSV(B) 44.57º 0.89% 0.93% -
XYZ 52.06 51.95 8.32 -
YUV 181.36 40.89 167.68 -
System Red Green Blue C M Y K H S L
Decimal 237 183 27 0 0.23 0.89 0.07 44.57 0.85 0.52
Hex ED B7 1B 0 17 59 7 2D 55 34
Octal 355 267 33 0 27 131 7 55 125 64
Binary 11101101 10110111 11011 0 10111 1011001 111 101101 1010101 110100

Color Harmonies of #EDB71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB71B

Black with #EDB71B

Text Example


Text Example

White with #EDB71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB71B; }

 p { color: rgb(237,183,27); }

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

background-color css

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

 a { background-color: rgb(237,183,27); }

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

border-color css

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

 span { border-color: rgb(237,183,27); }

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