Html Css Color HEX #EDE340 Starship

📋 copy color: '#EDE340'

red 237 ◦ green 227 ◦ blue 64

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

Shades of Starship #EDE340

Tints of Starship #EDE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.99%

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

R = 44.89%
G = 42.99%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDE340 (or 0xEDE340) is known color: Starship. HEX triplet: ED, E3 and 40. RGB value is (237,227,64). Sum of RGB (Red+Green+Blue) = 237+227+64=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE340 is #121CBF. Grayscale: #D4D4D4. Windows color (decimal): -1187008 or 4252653. OLE color: 4252653.

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

Color convert

RGB 237 227 64 -
CMYK 0 0.04 0.73 0.07
HSL 56.53º 0.83% 0.59% -
HSV(B) 56.53º 0.73% 0.93% -
XYZ 63.32 73.31 15.66 -
YUV 211.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 237 227 64 0 0.04 0.73 0.07 56.53 0.83 0.59
Hex ED E3 40 0 4 49 7 39 53 3B
Octal 355 343 100 0 4 111 7 71 123 73
Binary 11101101 11100011 1000000 0 100 1001001 111 111001 1010011 111011

Color Harmonies of #EDE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE340

Black with #EDE340

Text Example


Text Example

White with #EDE340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE340; }

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

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

background-color css

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

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

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

border-color css

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

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

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