Html Css Color HEX #EDBF17 Moon Yellow

📋 copy color: '#EDBF17'

red 237 ◦ green 191 ◦ blue 23

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

Shades of Moon Yellow #EDBF17

Tints of Moon Yellow #EDBF17

RGB

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

 GREEN value IS 191 (75% from 255) = 42.35%

 BLUE value IS 23 (9.38% from 255) = 5.1%

R = 52.55%
G = 42.35%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDBF17 (or 0xEDBF17) is known color: Moon Yellow. HEX triplet: ED, BF and 17. RGB value is (237,191,23). Sum of RGB (Red+Green+Blue) = 237+191+23=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBF17 is #1240E8. Grayscale: #BABABA. Windows color (decimal): -1196265 or 1556461. OLE color: 1556461.

HSL color Cylindrical-coordinate representation of color #EDBF17: hue angle of 47.1º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDBF17 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 23 -
CMYK 0 0.19 0.90 0.07
HSL 47.1º 0.86% 0.51% -
HSV(B) 47.1º 0.9% 0.93% -
XYZ 53.71 55.33 8.66 -
YUV 185.6 36.24 164.66 -
System Red Green Blue C M Y K H S L
Decimal 237 191 23 0 0.19 0.90 0.07 47.1 0.86 0.51
Hex ED BF 17 0 13 5A 7 2F 56 33
Octal 355 277 27 0 23 132 7 57 126 63
Binary 11101101 10111111 10111 0 10011 1011010 111 101111 1010110 110011

Color Harmonies of #EDBF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF17

Black with #EDBF17

Text Example


Text Example

White with #EDBF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF17; }

 p { color: rgb(237,191,23); }

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

background-color css

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

 a { background-color: rgb(237,191,23); }

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

border-color css

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

 span { border-color: rgb(237,191,23); }

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