Html Css Color HEX #EDE740 Starship

📋 copy color: '#EDE740'

red 237 ◦ green 231 ◦ blue 64

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

Shades of Starship #EDE740

Tints of Starship #EDE740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.42%

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

R = 44.55%
G = 43.42%
B = 12.03%

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

#EDE740 (or 0xEDE740) is known color: Starship. HEX triplet: ED, E7 and 40. RGB value is (237,231,64). Sum of RGB (Red+Green+Blue) = 237+231+64=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE740 is #1218BF. Grayscale: #D6D6D6. Windows color (decimal): -1185984 or 4253677. OLE color: 4253677.

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

Color convert

RGB 237 231 64 -
CMYK 0 0.03 0.73 0.07
HSL 57.92º 0.83% 0.59% -
HSV(B) 57.92º 0.73% 0.93% -
XYZ 64.43 75.53 16.03 -
YUV 213.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 237 231 64 0 0.03 0.73 0.07 57.92 0.83 0.59
Hex ED E7 40 0 3 49 7 3A 53 3B
Octal 355 347 100 0 3 111 7 72 123 73
Binary 11101101 11100111 1000000 0 11 1001001 111 111010 1010011 111011

Color Harmonies of #EDE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE740

Black with #EDE740

Text Example


Text Example

White with #EDE740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE740; }

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

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

background-color css

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

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

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

border-color css

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

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

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