Html Css Color HEX #EDE942 Starship

📋 copy color: '#EDE942'

red 237 ◦ green 233 ◦ blue 66

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

Shades of Starship #EDE942

Tints of Starship #EDE942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.31%

R = 44.22%
G = 43.47%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDE942 (or 0xEDE942) is known color: Starship. HEX triplet: ED, E9 and 42. RGB value is (237,233,66). Sum of RGB (Red+Green+Blue) = 237+233+66=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 66 (26.17% from 255 or 12.31% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE942 is #1216BD. Grayscale: #D7D7D7. Windows color (decimal): -1185470 or 4385261. OLE color: 4385261.

HSL color Cylindrical-coordinate representation of color #EDE942: 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.72%. Process color model (Four color, CMYK) of #EDE942 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 66 -
CMYK 0 0.02 0.72 0.07
HSL 58.6º 0.83% 0.59% -
HSV(B) 58.6º 0.72% 0.93% -
XYZ 65.05 76.68 16.53 -
YUV 215.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 237 233 66 0 0.02 0.72 0.07 58.6 0.83 0.59
Hex ED E9 42 0 2 48 7 3B 53 3B
Octal 355 351 102 0 2 110 7 73 123 73
Binary 11101101 11101001 1000010 0 10 1001000 111 111011 1010011 111011

Color Harmonies of #EDE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE942

Black with #EDE942

Text Example


Text Example

White with #EDE942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE942; }

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

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

background-color css

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

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

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

border-color css

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

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

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