Html Css Color HEX #EDE344 Starship

📋 copy color: '#EDE344'

red 237 ◦ green 227 ◦ blue 68

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

Shades of Starship #EDE344

Tints of Starship #EDE344

RGB

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

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

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

R = 44.55%
G = 42.67%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDE344 (or 0xEDE344) is known color: Starship. HEX triplet: ED, E3 and 44. RGB value is (237,227,68). Sum of RGB (Red+Green+Blue) = 237+227+68=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 68 (26.95% from 255 or 12.78% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE344 is #121CBB. Grayscale: #D4D4D4. Windows color (decimal): -1187004 or 4514797. OLE color: 4514797.

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

Color convert

RGB 237 227 68 -
CMYK 0 0.04 0.71 0.07
HSL 56.45º 0.82% 0.6% -
HSV(B) 56.45º 0.71% 0.93% -
XYZ 63.44 73.36 16.29 -
YUV 211.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 237 227 68 0 0.04 0.71 0.07 56.45 0.82 0.6
Hex ED E3 44 0 4 47 7 38 52 3C
Octal 355 343 104 0 4 107 7 70 122 74
Binary 11101101 11100011 1000100 0 100 1000111 111 111000 1010010 111100

Color Harmonies of #EDE344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE344

Black with #EDE344

Text Example


Text Example

White with #EDE344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE344; }

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

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

background-color css

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

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

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

border-color css

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

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

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