Html Css Color HEX #EDBC18 Moon Yellow

📋 copy color: '#EDBC18'

red 237 ◦ green 188 ◦ blue 24

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

Shades of Moon Yellow #EDBC18

Tints of Moon Yellow #EDBC18

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

 BLUE value IS 24 (9.77% from 255) = 5.35%

R = 52.78%
G = 41.87%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDBC18 (or 0xEDBC18) is known color: Moon Yellow. HEX triplet: ED, BC and 18. RGB value is (237,188,24). Sum of RGB (Red+Green+Blue) = 237+188+24=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC18 is #1243E7. Grayscale: #B8B8B8. Windows color (decimal): -1197032 or 1621229. OLE color: 1621229.

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

Color convert

RGB 237 188 24 -
CMYK 0 0.21 0.90 0.07
HSL 46.2º 0.86% 0.51% -
HSV(B) 46.2º 0.9% 0.93% -
XYZ 53.07 54.04 8.5 -
YUV 183.96 37.73 165.84 -
System Red Green Blue C M Y K H S L
Decimal 237 188 24 0 0.21 0.90 0.07 46.2 0.86 0.51
Hex ED BC 18 0 15 5A 7 2E 56 33
Octal 355 274 30 0 25 132 7 56 126 63
Binary 11101101 10111100 11000 0 10101 1011010 111 101110 1010110 110011

Color Harmonies of #EDBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC18

Black with #EDBC18

Text Example


Text Example

White with #EDBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC18; }

 p { color: rgb(237,188,24); }

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

background-color css

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

 a { background-color: rgb(237,188,24); }

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

border-color css

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

 span { border-color: rgb(237,188,24); }

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