Html Css Color HEX #EDE145 Starship

📋 copy color: '#EDE145'

red 237 ◦ green 225 ◦ blue 69

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

Shades of Starship #EDE145

Tints of Starship #EDE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.99%

R = 44.63%
G = 42.37%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDE145 (or 0xEDE145) is known color: Starship. HEX triplet: ED, E1 and 45. RGB value is (237,225,69). Sum of RGB (Red+Green+Blue) = 237+225+69=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE145 is #121EBA. Grayscale: #D3D3D3. Windows color (decimal): -1187515 or 4579821. OLE color: 4579821.

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

Color convert

RGB 237 225 69 -
CMYK 0 0.05 0.71 0.07
HSL 55.71º 0.82% 0.6% -
HSV(B) 55.71º 0.71% 0.93% -
XYZ 62.92 72.28 16.27 -
YUV 210.8 47.98 146.68 -
System Red Green Blue C M Y K H S L
Decimal 237 225 69 0 0.05 0.71 0.07 55.71 0.82 0.6
Hex ED E1 45 0 5 47 7 38 52 3C
Octal 355 341 105 0 5 107 7 70 122 74
Binary 11101101 11100001 1000101 0 101 1000111 111 111000 1010010 111100

Color Harmonies of #EDE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE145

Black with #EDE145

Text Example


Text Example

White with #EDE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE145; }

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

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

background-color css

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

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

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

border-color css

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

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

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