Html Css Color HEX #EDE540 Starship

📋 copy color: '#EDE540'

red 237 ◦ green 229 ◦ blue 64

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

Shades of Starship #EDE540

Tints of Starship #EDE540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.08%

R = 44.72%
G = 43.21%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDE540 (or 0xEDE540) is known color: Starship. HEX triplet: ED, E5 and 40. RGB value is (237,229,64). Sum of RGB (Red+Green+Blue) = 237+229+64=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE540 is #121ABF. Grayscale: #D5D5D5. Windows color (decimal): -1186496 or 4253165. OLE color: 4253165.

HSL color Cylindrical-coordinate representation of color #EDE540: hue angle of 57.23º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDE540 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 64 -
CMYK 0 0.03 0.73 0.07
HSL 57.23º 0.83% 0.59% -
HSV(B) 57.23º 0.73% 0.93% -
XYZ 63.87 74.41 15.85 -
YUV 212.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 237 229 64 0 0.03 0.73 0.07 57.23 0.83 0.59
Hex ED E5 40 0 3 49 7 39 53 3B
Octal 355 345 100 0 3 111 7 71 123 73
Binary 11101101 11100101 1000000 0 11 1001001 111 111001 1010011 111011

Color Harmonies of #EDE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE540

Black with #EDE540

Text Example


Text Example

White with #EDE540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE540; }

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

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

background-color css

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

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

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

border-color css

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

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

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