Html Css Color HEX #EDE146 Starship

📋 copy color: '#EDE146'

red 237 ◦ green 225 ◦ blue 70

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

Shades of Starship #EDE146

Tints of Starship #EDE146

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.29%

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

R = 44.55%
G = 42.29%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDE146 (or 0xEDE146) is known color: Starship. HEX triplet: ED, E1 and 46. RGB value is (237,225,70). Sum of RGB (Red+Green+Blue) = 237+225+70=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE146 is #121EB9. Grayscale: #D3D3D3. Windows color (decimal): -1187514 or 4645357. OLE color: 4645357.

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

Color convert

RGB 237 225 70 -
CMYK 0 0.05 0.70 0.07
HSL 55.69º 0.82% 0.6% -
HSV(B) 55.69º 0.7% 0.93% -
XYZ 62.96 72.3 16.43 -
YUV 210.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 237 225 70 0 0.05 0.70 0.07 55.69 0.82 0.6
Hex ED E1 46 0 5 46 7 38 52 3C
Octal 355 341 106 0 5 106 7 70 122 74
Binary 11101101 11100001 1000110 0 101 1000110 111 111000 1010010 111100

Color Harmonies of #EDE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE146

Black with #EDE146

Text Example


Text Example

White with #EDE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE146; }

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

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

background-color css

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

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

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

border-color css

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

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

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