Html Css Color HEX #EDE842 Starship

📋 copy color: '#EDE842'

red 237 ◦ green 232 ◦ blue 66

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

Shades of Starship #EDE842

Tints of Starship #EDE842

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.36%

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

R = 44.3%
G = 43.36%
B = 12.34%

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

#EDE842 (or 0xEDE842) is known color: Starship. HEX triplet: ED, E8 and 42. RGB value is (237,232,66). Sum of RGB (Red+Green+Blue) = 237+232+66=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 66 (26.17% from 255 or 12.34% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE842 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE842 is #1217BD. Grayscale: #D7D7D7. Windows color (decimal): -1185726 or 4385005. OLE color: 4385005.

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

Color convert

RGB 237 232 66 -
CMYK 0 0.02 0.72 0.07
HSL 58.25º 0.83% 0.59% -
HSV(B) 58.25º 0.72% 0.93% -
XYZ 64.77 76.11 16.43 -
YUV 214.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 237 232 66 0 0.02 0.72 0.07 58.25 0.83 0.59
Hex ED E8 42 0 2 48 7 3A 53 3B
Octal 355 350 102 0 2 110 7 72 123 73
Binary 11101101 11101000 1000010 0 10 1001000 111 111010 1010011 111011

Color Harmonies of #EDE842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE842

Black with #EDE842

Text Example


Text Example

White with #EDE842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE842; }

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

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

background-color css

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

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

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

border-color css

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

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

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