Html Css Color HEX #EDBB1D Moon Yellow

📋 copy color: '#EDBB1D'

red 237 ◦ green 187 ◦ blue 29

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

Shades of Moon Yellow #EDBB1D

Tints of Moon Yellow #EDBB1D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

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

R = 52.32%
G = 41.28%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDBB1D (or 0xEDBB1D) is known color: Moon Yellow. HEX triplet: ED, BB and 1D. RGB value is (237,187,29). Sum of RGB (Red+Green+Blue) = 237+187+29=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBB1D is #1244E2. Grayscale: #B8B8B8. Windows color (decimal): -1197283 or 1948653. OLE color: 1948653.

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

Color convert

RGB 237 187 29 -
CMYK 0 0.21 0.88 0.07
HSL 45.58º 0.85% 0.52% -
HSV(B) 45.58º 0.88% 0.93% -
XYZ 52.92 53.63 8.73 -
YUV 183.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 237 187 29 0 0.21 0.88 0.07 45.58 0.85 0.52
Hex ED BB 1D 0 15 58 7 2E 55 34
Octal 355 273 35 0 25 130 7 56 125 64
Binary 11101101 10111011 11101 0 10101 1011000 111 101110 1010101 110100

Color Harmonies of #EDBB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB1D

Black with #EDBB1D

Text Example


Text Example

White with #EDBB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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