Html Css Color HEX #EDE045 Starship

📋 copy color: '#EDE045'

red 237 ◦ green 224 ◦ blue 69

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

Shades of Starship #EDE045

Tints of Starship #EDE045

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.26%

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

R = 44.72%
G = 42.26%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDE045 (or 0xEDE045) is known color: Starship. HEX triplet: ED, E0 and 45. RGB value is (237,224,69). Sum of RGB (Red+Green+Blue) = 237+224+69=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE045 is #121FBA. Grayscale: #D2D2D2. Windows color (decimal): -1187771 or 4579565. OLE color: 4579565.

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

Color convert

RGB 237 224 69 -
CMYK 0 0.05 0.71 0.07
HSL 55.36º 0.82% 0.6% -
HSV(B) 55.36º 0.71% 0.93% -
XYZ 62.65 71.75 16.18 -
YUV 210.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 237 224 69 0 0.05 0.71 0.07 55.36 0.82 0.6
Hex ED E0 45 0 5 47 7 37 52 3C
Octal 355 340 105 0 5 107 7 67 122 74
Binary 11101101 11100000 1000101 0 101 1000111 111 110111 1010010 111100

Color Harmonies of #EDE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE045

Black with #EDE045

Text Example


Text Example

White with #EDE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE045; }

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

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

background-color css

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

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

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

border-color css

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

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

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