Html Css Color HEX #EDE844 Starship

📋 copy color: '#EDE844'

red 237 ◦ green 232 ◦ blue 68

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

Shades of Starship #EDE844

Tints of Starship #EDE844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.66%

R = 44.13%
G = 43.2%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDE844 (or 0xEDE844) is known color: Starship. HEX triplet: ED, E8 and 44. RGB value is (237,232,68). Sum of RGB (Red+Green+Blue) = 237+232+68=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 68 (26.95% from 255 or 12.66% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE844 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE844 is #1217BB. Grayscale: #D7D7D7. Windows color (decimal): -1185724 or 4516077. OLE color: 4516077.

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

Color convert

RGB 237 232 68 -
CMYK 0 0.02 0.71 0.07
HSL 58.22º 0.82% 0.6% -
HSV(B) 58.22º 0.71% 0.93% -
XYZ 64.83 76.14 16.75 -
YUV 214.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 237 232 68 0 0.02 0.71 0.07 58.22 0.82 0.6
Hex ED E8 44 0 2 47 7 3A 52 3C
Octal 355 350 104 0 2 107 7 72 122 74
Binary 11101101 11101000 1000100 0 10 1000111 111 111010 1010010 111100

Color Harmonies of #EDE844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE844

Black with #EDE844

Text Example


Text Example

White with #EDE844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE844; }

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

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

background-color css

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

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

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

border-color css

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

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

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