Html Css Color HEX #EDEE40 Starship

📋 copy color: '#EDEE40'

red 237 ◦ green 238 ◦ blue 64

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

Shades of Starship #EDEE40

Tints of Starship #EDEE40

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.16%

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

R = 43.97%
G = 44.16%
B = 11.87%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDEE40 (or 0xEDEE40) is known color: Starship. HEX triplet: ED, EE and 40. RGB value is (237,238,64). Sum of RGB (Red+Green+Blue) = 237+238+64=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 64 (25.39% from 255 or 11.87% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE40 is #1211BF. Grayscale: #DADADA. Windows color (decimal): -1184192 or 4255469. OLE color: 4255469.

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

Color convert

RGB 237 238 64 -
CMYK 0.00 0 0.73 0.07
HSL 60.34º 0.84% 0.59% -
HSV(B) 60.34º 0.73% 0.93% -
XYZ 66.43 79.52 16.7 -
YUV 217.87 41.17 141.65 -
System Red Green Blue C M Y K H S L
Decimal 237 238 64 0.00 0 0.73 0.07 60.34 0.84 0.59
Hex ED EE 40 0 0 49 7 3C 54 3B
Octal 355 356 100 0 0 111 7 74 124 73
Binary 11101101 11101110 1000000 0 0 1001001 111 111100 1010100 111011

Color Harmonies of #EDEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE40

Black with #EDEE40

Text Example


Text Example

White with #EDEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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