Html Css Color HEX #EDE645 Starship

📋 copy color: '#EDE645'

red 237 ◦ green 230 ◦ blue 69

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

Shades of Starship #EDE645

Tints of Starship #EDE645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.91%

 BLUE value IS 69 (27.34% from 255) = 12.87%

R = 44.22%
G = 42.91%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDE645 (or 0xEDE645) is known color: Starship. HEX triplet: ED, E6 and 45. RGB value is (237,230,69). Sum of RGB (Red+Green+Blue) = 237+230+69=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 69 (27.34% from 255 or 12.87% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE645 is #1219BA. Grayscale: #D6D6D6. Windows color (decimal): -1186235 or 4581101. OLE color: 4581101.

HSL color Cylindrical-coordinate representation of color #EDE645: hue angle of 57.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDE645 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 69 -
CMYK 0 0.03 0.71 0.07
HSL 57.5º 0.82% 0.6% -
HSV(B) 57.5º 0.71% 0.93% -
XYZ 64.3 75.03 16.72 -
YUV 213.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 237 230 69 0 0.03 0.71 0.07 57.5 0.82 0.6
Hex ED E6 45 0 3 47 7 3A 52 3C
Octal 355 346 105 0 3 107 7 72 122 74
Binary 11101101 11100110 1000101 0 11 1000111 111 111010 1010010 111100

Color Harmonies of #EDE645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE645

Black with #EDE645

Text Example


Text Example

White with #EDE645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE645; }

 p { color: rgb(237,230,69); }

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

background-color css

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

 a { background-color: rgb(237,230,69); }

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

border-color css

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

 span { border-color: rgb(237,230,69); }

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