Html Css Color HEX #EDE040 Starship

📋 copy color: '#EDE040'

red 237 ◦ green 224 ◦ blue 64

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

Shades of Starship #EDE040

Tints of Starship #EDE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 45.14%
G = 42.67%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDE040 (or 0xEDE040) is known color: Starship. HEX triplet: ED, E0 and 40. RGB value is (237,224,64). Sum of RGB (Red+Green+Blue) = 237+224+64=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE040 is #121FBF. Grayscale: #D2D2D2. Windows color (decimal): -1187776 or 4251885. OLE color: 4251885.

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

Color convert

RGB 237 224 64 -
CMYK 0 0.05 0.73 0.07
HSL 55.49º 0.83% 0.59% -
HSV(B) 55.49º 0.73% 0.93% -
XYZ 62.51 71.69 15.39 -
YUV 209.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 237 224 64 0 0.05 0.73 0.07 55.49 0.83 0.59
Hex ED E0 40 0 5 49 7 37 53 3B
Octal 355 340 100 0 5 111 7 67 123 73
Binary 11101101 11100000 1000000 0 101 1001001 111 110111 1010011 111011

Color Harmonies of #EDE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE040

Black with #EDE040

Text Example


Text Example

White with #EDE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE040; }

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

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

background-color css

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

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

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

border-color css

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

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

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