Html Css Color HEX #EDE546 Starship

📋 copy color: '#EDE546'

red 237 ◦ green 229 ◦ blue 70

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

Shades of Starship #EDE546

Tints of Starship #EDE546

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.72%

 BLUE value IS 70 (27.73% from 255) = 13.06%

R = 44.22%
G = 42.72%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDE546 (or 0xEDE546) is known color: Starship. HEX triplet: ED, E5 and 46. RGB value is (237,229,70). Sum of RGB (Red+Green+Blue) = 237+229+70=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 70 (27.73% from 255 or 13.06% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE546 is #121AB9. Grayscale: #D5D5D5. Windows color (decimal): -1186490 or 4646381. OLE color: 4646381.

HSL color Cylindrical-coordinate representation of color #EDE546: hue angle of 57.13º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDE546 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 70 -
CMYK 0 0.03 0.70 0.07
HSL 57.13º 0.82% 0.6% -
HSV(B) 57.13º 0.7% 0.93% -
XYZ 64.05 74.49 16.8 -
YUV 213.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 237 229 70 0 0.03 0.70 0.07 57.13 0.82 0.6
Hex ED E5 46 0 3 46 7 39 52 3C
Octal 355 345 106 0 3 106 7 71 122 74
Binary 11101101 11100101 1000110 0 11 1000110 111 111001 1010010 111100

Color Harmonies of #EDE546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE546

Black with #EDE546

Text Example


Text Example

White with #EDE546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE546; }

 p { color: rgb(237,229,70); }

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

background-color css

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

 a { background-color: rgb(237,229,70); }

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

border-color css

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

 span { border-color: rgb(237,229,70); }

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