Html Css Color HEX #EDBE1A Moon Yellow

📋 copy color: '#EDBE1A'

red 237 ◦ green 190 ◦ blue 26

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

Shades of Moon Yellow #EDBE1A

Tints of Moon Yellow #EDBE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

 BLUE value IS 26 (10.55% from 255) = 5.74%

R = 52.32%
G = 41.94%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDBE1A (or 0xEDBE1A) is known color: Moon Yellow. HEX triplet: ED, BE and 1A. RGB value is (237,190,26). Sum of RGB (Red+Green+Blue) = 237+190+26=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBE1A is #1241E5. Grayscale: #BABABA. Windows color (decimal): -1196518 or 1752813. OLE color: 1752813.

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

Color convert

RGB 237 190 26 -
CMYK 0 0.20 0.89 0.07
HSL 46.64º 0.85% 0.52% -
HSV(B) 46.64º 0.89% 0.93% -
XYZ 53.52 54.91 8.75 -
YUV 185.36 38.07 164.84 -
System Red Green Blue C M Y K H S L
Decimal 237 190 26 0 0.20 0.89 0.07 46.64 0.85 0.52
Hex ED BE 1A 0 14 59 7 2F 55 34
Octal 355 276 32 0 24 131 7 57 125 64
Binary 11101101 10111110 11010 0 10100 1011001 111 101111 1010101 110100

Color Harmonies of #EDBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE1A

Black with #EDBE1A

Text Example


Text Example

White with #EDBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE1A; }

 p { color: rgb(237,190,26); }

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

background-color css

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

 a { background-color: rgb(237,190,26); }

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

border-color css

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

 span { border-color: rgb(237,190,26); }

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