Html Css Color HEX #EDBB1A Moon Yellow

📋 copy color: '#EDBB1A'

red 237 ◦ green 187 ◦ blue 26

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

Shades of Moon Yellow #EDBB1A

Tints of Moon Yellow #EDBB1A

RGB

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

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

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

R = 52.67%
G = 41.56%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDBB1A (or 0xEDBB1A) is known color: Moon Yellow. HEX triplet: ED, BB and 1A. RGB value is (237,187,26). Sum of RGB (Red+Green+Blue) = 237+187+26=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBB1A is #1244E5. Grayscale: #B8B8B8. Windows color (decimal): -1197286 or 1752045. OLE color: 1752045.

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

Color convert

RGB 237 187 26 -
CMYK 0 0.21 0.89 0.07
HSL 45.78º 0.85% 0.52% -
HSV(B) 45.78º 0.89% 0.93% -
XYZ 52.88 53.62 8.54 -
YUV 183.6 39.07 166.09 -
System Red Green Blue C M Y K H S L
Decimal 237 187 26 0 0.21 0.89 0.07 45.78 0.85 0.52
Hex ED BB 1A 0 15 59 7 2E 55 34
Octal 355 273 32 0 25 131 7 56 125 64
Binary 11101101 10111011 11010 0 10101 1011001 111 101110 1010101 110100

Color Harmonies of #EDBB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB1A

Black with #EDBB1A

Text Example


Text Example

White with #EDBB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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