Html Css Color HEX #EDBF1D Moon Yellow

📋 copy color: '#EDBF1D'

red 237 ◦ green 191 ◦ blue 29

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

Shades of Moon Yellow #EDBF1D

Tints of Moon Yellow #EDBF1D

RGB

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

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

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

R = 51.86%
G = 41.79%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDBF1D (or 0xEDBF1D) is known color: Moon Yellow. HEX triplet: ED, BF and 1D. RGB value is (237,191,29). Sum of RGB (Red+Green+Blue) = 237+191+29=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF1D is #1240E2. Grayscale: #BABABA. Windows color (decimal): -1196259 or 1949677. OLE color: 1949677.

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

Color convert

RGB 237 191 29 -
CMYK 0 0.19 0.88 0.07
HSL 46.73º 0.85% 0.52% -
HSV(B) 46.73º 0.88% 0.93% -
XYZ 53.78 55.35 9.01 -
YUV 186.29 39.24 164.17 -
System Red Green Blue C M Y K H S L
Decimal 237 191 29 0 0.19 0.88 0.07 46.73 0.85 0.52
Hex ED BF 1D 0 13 58 7 2F 55 34
Octal 355 277 35 0 23 130 7 57 125 64
Binary 11101101 10111111 11101 0 10011 1011000 111 101111 1010101 110100

Color Harmonies of #EDBF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF1D

Black with #EDBF1D

Text Example


Text Example

White with #EDBF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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