Html Css Color HEX #EDE640 Starship

📋 copy color: '#EDE640'

red 237 ◦ green 230 ◦ blue 64

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

Shades of Starship #EDE640

Tints of Starship #EDE640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.31%

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

R = 44.63%
G = 43.31%
B = 12.05%

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

#EDE640 (or 0xEDE640) is known color: Starship. HEX triplet: ED, E6 and 40. RGB value is (237,230,64). Sum of RGB (Red+Green+Blue) = 237+230+64=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE640 is #1219BF. Grayscale: #D5D5D5. Windows color (decimal): -1186240 or 4253421. OLE color: 4253421.

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

Color convert

RGB 237 230 64 -
CMYK 0 0.03 0.73 0.07
HSL 57.57º 0.83% 0.59% -
HSV(B) 57.57º 0.73% 0.93% -
XYZ 64.15 74.97 15.94 -
YUV 213.17 43.82 145 -
System Red Green Blue C M Y K H S L
Decimal 237 230 64 0 0.03 0.73 0.07 57.57 0.83 0.59
Hex ED E6 40 0 3 49 7 3A 53 3B
Octal 355 346 100 0 3 111 7 72 123 73
Binary 11101101 11100110 1000000 0 11 1001001 111 111010 1010011 111011

Color Harmonies of #EDE640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE640

Black with #EDE640

Text Example


Text Example

White with #EDE640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE640; }

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

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

background-color css

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

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

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

border-color css

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

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

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