Html Css Color HEX #EDE742 Starship

📋 copy color: '#EDE742'

red 237 ◦ green 231 ◦ blue 66

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

Shades of Starship #EDE742

Tints of Starship #EDE742

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.26%

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

R = 44.38%
G = 43.26%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDE742 (or 0xEDE742) is known color: Starship. HEX triplet: ED, E7 and 42. RGB value is (237,231,66). Sum of RGB (Red+Green+Blue) = 237+231+66=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE742 is #1218BD. Grayscale: #D6D6D6. Windows color (decimal): -1185982 or 4384749. OLE color: 4384749.

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

Color convert

RGB 237 231 66 -
CMYK 0 0.03 0.72 0.07
HSL 57.89º 0.83% 0.59% -
HSV(B) 57.89º 0.72% 0.93% -
XYZ 64.48 75.55 16.34 -
YUV 213.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 237 231 66 0 0.03 0.72 0.07 57.89 0.83 0.59
Hex ED E7 42 0 3 48 7 3A 53 3B
Octal 355 347 102 0 3 110 7 72 123 73
Binary 11101101 11100111 1000010 0 11 1001000 111 111010 1010011 111011

Color Harmonies of #EDE742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE742

Black with #EDE742

Text Example


Text Example

White with #EDE742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE742; }

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

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

background-color css

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

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

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

border-color css

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

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

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