Html Css Color HEX #EDE342 Starship

📋 copy color: '#EDE342'

red 237 ◦ green 227 ◦ blue 66

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

Shades of Starship #EDE342

Tints of Starship #EDE342

RGB

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

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

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

R = 44.72%
G = 42.83%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDE342 (or 0xEDE342) is known color: Starship. HEX triplet: ED, E3 and 42. RGB value is (237,227,66). Sum of RGB (Red+Green+Blue) = 237+227+66=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE342 is #121CBD. Grayscale: #D4D4D4. Windows color (decimal): -1187006 or 4383725. OLE color: 4383725.

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

Color convert

RGB 237 227 66 -
CMYK 0 0.04 0.72 0.07
HSL 56.49º 0.83% 0.59% -
HSV(B) 56.49º 0.72% 0.93% -
XYZ 63.38 73.34 15.97 -
YUV 211.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 237 227 66 0 0.04 0.72 0.07 56.49 0.83 0.59
Hex ED E3 42 0 4 48 7 38 53 3B
Octal 355 343 102 0 4 110 7 70 123 73
Binary 11101101 11100011 1000010 0 100 1001000 111 111000 1010011 111011

Color Harmonies of #EDE342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE342

Black with #EDE342

Text Example


Text Example

White with #EDE342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE342; }

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

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

background-color css

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

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

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

border-color css

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

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

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