Html Css Color HEX #EDE941 Starship

📋 copy color: '#EDE941'

red 237 ◦ green 233 ◦ blue 65

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

Shades of Starship #EDE941

Tints of Starship #EDE941

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.55%

 BLUE value IS 65 (25.78% from 255) = 12.15%

R = 44.3%
G = 43.55%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDE941 (or 0xEDE941) is known color: Starship. HEX triplet: ED, E9 and 41. RGB value is (237,233,65). Sum of RGB (Red+Green+Blue) = 237+233+65=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE941 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE941 is #1216BE. Grayscale: #D7D7D7. Windows color (decimal): -1185471 or 4319725. OLE color: 4319725.

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

Color convert

RGB 237 233 65 -
CMYK 0 0.02 0.73 0.07
HSL 58.6º 0.83% 0.59% -
HSV(B) 58.6º 0.73% 0.93% -
XYZ 65.02 76.66 16.37 -
YUV 215.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 237 233 65 0 0.02 0.73 0.07 58.6 0.83 0.59
Hex ED E9 41 0 2 49 7 3B 53 3B
Octal 355 351 101 0 2 111 7 73 123 73
Binary 11101101 11101001 1000001 0 10 1001001 111 111011 1010011 111011

Color Harmonies of #EDE941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE941

Black with #EDE941

Text Example


Text Example

White with #EDE941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE941; }

 p { color: rgb(237,233,65); }

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

background-color css

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

 a { background-color: rgb(237,233,65); }

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

border-color css

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

 span { border-color: rgb(237,233,65); }

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